summary refs log tree commit diff stats
path: root/tests/misc/tnoop.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnoop.nim')
-rw-r--r--tests/misc/tnoop.nim13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim
deleted file mode 100644
index 7f5bb1045..000000000
--- a/tests/misc/tnoop.nim
+++ /dev/null
@@ -1,13 +0,0 @@
-discard """
-  nimout: '''
-  found 'a' [var declared in tnoop.nim(11, 3)]
-  '''
-  file: "tnoop.nim"
-  line: 13
-  errormsg: "attempting to call routine: 'a'"
-"""
-
-var
-  a: int
-
-a()