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.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/errmsgs/t8064.nim b/tests/errmsgs/t8064.nim
new file mode 100644
index 000000000..10bb86299
--- /dev/null
+++ b/tests/errmsgs/t8064.nim
@@ -0,0 +1,6 @@
+discard """
+  errormsg: "expression has no type: values"
+"""
+import tables
+
+values
\ No newline at end of file