diff options
Diffstat (limited to 'tests/misc/tnoop.nim')
-rw-r--r-- | tests/misc/tnoop.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim deleted file mode 100644 index f55f2441a..000000000 --- a/tests/misc/tnoop.nim +++ /dev/null @@ -1,12 +0,0 @@ -discard """ - nimout: ''' - found 'a' [var declared in tnoop.nim(10, 3)] - ''' - file: "tnoop.nim" - errormsg: "attempting to call routine: 'a'" -""" - -var - a: int - -a() |