diff options
Diffstat (limited to 'tests/tnoop.nim')
-rwxr-xr-x | tests/tnoop.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tnoop.nim b/tests/tnoop.nim deleted file mode 100755 index d097553e8..000000000 --- a/tests/tnoop.nim +++ /dev/null @@ -1,6 +0,0 @@ -# Tests the new check in the semantic pass - -var - a: int - -a() #ERROR_MSG expression 'a()' cannot be called |