summary refs log tree commit diff stats
path: root/tests/reject/tbind4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tbind4.nim')
-rwxr-xr-xtests/reject/tbind4.nim13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/reject/tbind4.nim b/tests/reject/tbind4.nim
deleted file mode 100755
index a0ba88e7c..000000000
--- a/tests/reject/tbind4.nim
+++ /dev/null
@@ -1,13 +0,0 @@
-discard """
-  file: "mbind4.nim"
-  line: 6
-  errormsg: "undeclared identifier: \'lastId\'"
-"""
-# Module B
-import mbind4
-
-echo genId()
-
-
-
-