diff options
author | Araq <rumpf_a@web.de> | 2014-09-22 01:25:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-09-22 01:25:13 +0200 |
commit | 1a3b730bf5a2e5978d2dad3d8fb4c157134535e7 (patch) | |
tree | 7a7b23ba1232224ee57a91e3550b3ee4f0a8c551 /tests/effects | |
parent | ed3c5094845d5674279c1fd8bdf4da27a0eed561 (diff) | |
download | Nim-1a3b730bf5a2e5978d2dad3d8fb4c157134535e7.tar.gz |
made tests green
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/teffects1.nim | 2 | ||||
-rw-r--r-- | tests/effects/tgcsafe.nim | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/effects/teffects1.nim b/tests/effects/teffects1.nim index bbae857ea..e6d38cbc2 100644 --- a/tests/effects/teffects1.nim +++ b/tests/effects/teffects1.nim @@ -1,5 +1,5 @@ discard """ - line: 2136 + line: 2169 file: "system.nim" errormsg: "can raise an unlisted exception: ref IOError" """ diff --git a/tests/effects/tgcsafe.nim b/tests/effects/tgcsafe.nim index 87388238a..0d5109439 100644 --- a/tests/effects/tgcsafe.nim +++ b/tests/effects/tgcsafe.nim @@ -1,6 +1,7 @@ discard """ - line: 15 + line: 16 errormsg: "'mainUnsafe' is not GC-safe" + cmd: "nim $target --hints:on --threads:on $options $file" """ proc mymap(x: proc ()) = |