diff options
author | Araq <rumpf_a@web.de> | 2015-04-11 02:30:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-11 10:01:11 +0200 |
commit | c8dbeaa09b33af6d339213eaffa5dbb2c08cc959 (patch) | |
tree | 8bea31646e154de33cab4e3ded6bf70e16ddf93a /tests/effects | |
parent | d89a20cc1d1ddc497807825c1a80597630e7fa63 (diff) | |
download | Nim-c8dbeaa09b33af6d339213eaffa5dbb2c08cc959.tar.gz |
make test green
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tgcsafe.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tgcsafe.nim b/tests/effects/tgcsafe.nim index 0d5109439..d146794b6 100644 --- a/tests/effects/tgcsafe.nim +++ b/tests/effects/tgcsafe.nim @@ -1,5 +1,5 @@ discard """ - line: 16 + line: 17 errormsg: "'mainUnsafe' is not GC-safe" cmd: "nim $target --hints:on --threads:on $options $file" """ |