summary refs log tree commit diff stats
path: root/tests/errmsgs/t8064.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/t8064.nim')
-rw-r--r--tests/errmsgs/t8064.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/errmsgs/t8064.nim b/tests/errmsgs/t8064.nim
index e7941e36a..c35a3abcc 100644
--- a/tests/errmsgs/t8064.nim
+++ b/tests/errmsgs/t8064.nim
@@ -4,5 +4,6 @@ values
 
 
 discard """
-  errormsg: "expression has no type: values"
+  # either this or "expression has no type":
+  errormsg: "ambiguous identifier: 'values' -- use one of the following:"
 """