diff options
Diffstat (limited to 'tests/misc/tnoop.nim')
-rw-r--r-- | tests/misc/tnoop.nim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim deleted file mode 100644 index 1e3fbe6cf..000000000 --- a/tests/misc/tnoop.nim +++ /dev/null @@ -1,11 +0,0 @@ -discard """ - file: "tnoop.nim" - line: 11 - errormsg: "attempting to call undeclared routine: 'a'" -""" - - -var - a: int - -a() |