diff options
Diffstat (limited to 'tests/namspc/tnamspc.nim')
-rw-r--r-- | tests/namspc/tnamspc.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/namspc/tnamspc.nim b/tests/namspc/tnamspc.nim deleted file mode 100644 index 1e2049cec..000000000 --- a/tests/namspc/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 - - |