diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-30 14:28:18 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:21 +0100 |
commit | fb1f5c62b5e74b1a532ddfe9d6c373fc61eff878 (patch) | |
tree | 60fd71f06a3554e4031095d8c695755d32dbdc05 /testament/tests/shouldfail/terrormsg.nim | |
parent | 1105d0364401226a2d7d479bd89d77a9da9ed787 (diff) | |
download | Nim-fb1f5c62b5e74b1a532ddfe9d6c373fc61eff878.tar.gz |
tshouldfail is stricter
Diffstat (limited to 'testament/tests/shouldfail/terrormsg.nim')
-rw-r--r-- | testament/tests/shouldfail/terrormsg.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/tests/shouldfail/terrormsg.nim b/testament/tests/shouldfail/terrormsg.nim index 61c08d93d..dbbdf5021 100644 --- a/testament/tests/shouldfail/terrormsg.nim +++ b/testament/tests/shouldfail/terrormsg.nim @@ -1,7 +1,7 @@ discard """ +errormsg: "wrong error message" line: 8 column: 6 -errormsg: "wrong error message" """ # test should fail because the line directive is wrong |