summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJuan M Gómez <info@jmgomez.me>2023-04-21 14:40:13 +0100
committerGitHub <noreply@github.com>2023-04-21 15:40:13 +0200
commitc136ebf1ed0812f019895acc5aeeda8fde75ed00 (patch)
treefbe0ca79b9cd6cb2d21fb1c3f778342dfa5a979f /tests
parent4fa86422c057ae0615a6f06a6fd0a538e1bce029 (diff)
downloadNim-c136ebf1ed0812f019895acc5aeeda8fde75ed00.tar.gz
implements #21620: allowing to import multiple modules with shared names (#21628)
Diffstat (limited to 'tests')
-rw-r--r--tests/import/t21496.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import/t21496.nim b/tests/import/t21496.nim
index 568f2ac51..b49d830b0 100644
--- a/tests/import/t21496.nim
+++ b/tests/import/t21496.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "redefinition of 'm21496'; previous declaration here: t21496.nim(5, 12)"
+  errormsg: "ambiguous identifier: 'm21496'"
 """
 
 import fizz/m21496, buzz/m21496