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