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/tcolumn.nim | |
parent | 1105d0364401226a2d7d479bd89d77a9da9ed787 (diff) | |
download | Nim-fb1f5c62b5e74b1a532ddfe9d6c373fc61eff878.tar.gz |
tshouldfail is stricter
Diffstat (limited to 'testament/tests/shouldfail/tcolumn.nim')
-rw-r--r-- | testament/tests/shouldfail/tcolumn.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/tests/shouldfail/tcolumn.nim b/testament/tests/shouldfail/tcolumn.nim index f4046d58d..89482e673 100644 --- a/testament/tests/shouldfail/tcolumn.nim +++ b/testament/tests/shouldfail/tcolumn.nim @@ -1,7 +1,7 @@ discard """ +errormsg: "undeclared identifier: 'undeclared'" line: 8 column: 7 -errormsg: "undeclared identifier: 'undeclared'" """ # test should fail because the line directive is wrong |