diff options
Diffstat (limited to 'tests/errmsgs/t8064.nim')
-rw-r--r-- | tests/errmsgs/t8064.nim | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/errmsgs/t8064.nim b/tests/errmsgs/t8064.nim index 10bb86299..c35a3abcc 100644 --- a/tests/errmsgs/t8064.nim +++ b/tests/errmsgs/t8064.nim @@ -1,6 +1,9 @@ -discard """ - errormsg: "expression has no type: values" -""" import tables -values \ No newline at end of file +values + + +discard """ + # either this or "expression has no type": + errormsg: "ambiguous identifier: 'values' -- use one of the following:" +""" |