diff options
Diffstat (limited to 'tests/errmsgs/t8064.nim')
-rw-r--r-- | tests/errmsgs/t8064.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/errmsgs/t8064.nim b/tests/errmsgs/t8064.nim new file mode 100644 index 000000000..c35a3abcc --- /dev/null +++ b/tests/errmsgs/t8064.nim @@ -0,0 +1,9 @@ +import tables + +values + + +discard """ + # either this or "expression has no type": + errormsg: "ambiguous identifier: 'values' -- use one of the following:" +""" |