diff options
Diffstat (limited to 'tests/reject/tbind4.nim')
-rwxr-xr-x | tests/reject/tbind4.nim | 13 |
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() - - - - |