diff options
author | Araq <rumpf_a@web.de> | 2015-03-10 12:32:16 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-03-10 12:32:48 +0100 |
commit | 0032912d101eb81134b82cb7cb7b0fe56fe97622 (patch) | |
tree | bb756a414859bd6c6e4c3e752c4f73d8fa6c759d /tests/ccgbugs | |
parent | ee57bb3e3e7e0874dad4a2c724c5f7caa250316f (diff) | |
download | Nim-0032912d101eb81134b82cb7cb7b0fe56fe97622.tar.gz |
fixed the tester; more tests green
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r-- | tests/ccgbugs/tstringslice.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ccgbugs/tstringslice.nim b/tests/ccgbugs/tstringslice.nim index 66b3bbbe4..d4d1a2294 100644 --- a/tests/ccgbugs/tstringslice.nim +++ b/tests/ccgbugs/tstringslice.nim @@ -1,3 +1,8 @@ +discard """ + disabled: "true" +""" + +# Now the compiler fails with OOM. yay. # bug #794 type TRange = range[0..3] |