summary refs log tree commit diff stats
path: root/tests/misc
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-04-06 22:20:01 +0800
committerGitHub <noreply@github.com>2021-04-06 16:20:01 +0200
commit7bfb9f00022513c2d0f4f93799c07be7e9ffa1e6 (patch)
treeb4bd4353829491d22b0cc6cde0b7d7c6efb7351e /tests/misc
parentaa4f18eff0344c4de828c1e22e440c0734113086 (diff)
downloadNim-7bfb9f00022513c2d0f4f93799c07be7e9ffa1e6.tar.gz
close #17636 (#17643)
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/tnoop.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim
index 7f5bb1045..f55f2441a 100644
--- a/tests/misc/tnoop.nim
+++ b/tests/misc/tnoop.nim
@@ -1,9 +1,8 @@
 discard """
   nimout: '''
-  found 'a' [var declared in tnoop.nim(11, 3)]
+  found 'a' [var declared in tnoop.nim(10, 3)]
   '''
   file: "tnoop.nim"
-  line: 13
   errormsg: "attempting to call routine: 'a'"
 """