diff options
Diffstat (limited to 'tests/reject/tnamspc.nim')
-rwxr-xr-x | tests/reject/tnamspc.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/reject/tnamspc.nim b/tests/reject/tnamspc.nim deleted file mode 100755 index 1e2049cec..000000000 --- a/tests/reject/tnamspc.nim +++ /dev/null @@ -1,12 +0,0 @@ -discard """ - file: "tnamspc.nim" - line: 10 - errormsg: "undeclared identifier: \'global\'" -""" -# Test17 - test correct handling of namespaces - -import mnamspc1 - -global = 9 #ERROR - - |