diff options
Diffstat (limited to 'testament/tests/shouldfail/tfile.nim')
-rw-r--r-- | testament/tests/shouldfail/tfile.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/tests/shouldfail/tfile.nim b/testament/tests/shouldfail/tfile.nim index 20d4bd1f3..b40a4f44f 100644 --- a/testament/tests/shouldfail/tfile.nim +++ b/testament/tests/shouldfail/tfile.nim @@ -1,6 +1,6 @@ discard """ -errormsg: "undeclared identifier: 'undefined'" -file: "notthisfile.nim" + errormsg: "undeclared identifier: 'undefined'" + file: "notthisfile.nim" """ echo undefined |