diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-03-16 20:52:09 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-03-16 21:05:20 +0200 |
commit | 26890b6525f12f89c2a93c1cde1c444e6af2e9d7 (patch) | |
tree | a1d5fa29af9782aa266d78a9ba68ad926159b306 /tests/effects | |
parent | 49b0440c47b1f22bf2b84083b0c2b79fb60fdfd5 (diff) | |
download | Nim-26890b6525f12f89c2a93c1cde1c444e6af2e9d7.tar.gz |
make some tests red :) (i.e. print failure details while running the tester)
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/teffects1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/teffects1.nim b/tests/effects/teffects1.nim index 2cf3d0483..0014cff46 100644 --- a/tests/effects/teffects1.nim +++ b/tests/effects/teffects1.nim @@ -1,5 +1,5 @@ discard """ - line: 1912 + line: 1913 file: "system.nim" errormsg: "can raise an unlisted exception: ref EIO" """ |