summary refs log tree commit diff stats
path: root/tests/tnoop.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tnoop.nim')
-rwxr-xr-xtests/tnoop.nim6
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