diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim index e1e25b44e3..a1365cfbef 100644 --- a/tests/misc/tnoop.nim +++ b/tests/misc/tnoop.nim @@ -1,8 +1,9 @@ discard """ nimout: ''' - found 'a' of kind 'var'''' + found 'a' of kind 'var' + ''' file: "tnoop.nim" - line: 12 + line: 13 errormsg: "attempting to call routine: 'a'" """