diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim index 1e3fbe6cfd..7b07759d1e 100644 --- a/tests/misc/tnoop.nim +++ b/tests/misc/tnoop.nim @@ -1,7 +1,10 @@ discard """ + nimout: ''' + found 'a' of kind 'var' + ''' file: "tnoop.nim" - line: 11 - errormsg: "attempting to call undeclared routine: 'a'" + line: 13 + errormsg: "attempting to call routine: 'a'" """