summary refs log tree commit diff stats
path: root/tests/ccgbugs
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-03-10 12:32:16 +0100
committerAraq <rumpf_a@web.de>2015-03-10 12:32:48 +0100
commit0032912d101eb81134b82cb7cb7b0fe56fe97622 (patch)
treebb756a414859bd6c6e4c3e752c4f73d8fa6c759d /tests/ccgbugs
parentee57bb3e3e7e0874dad4a2c724c5f7caa250316f (diff)
downloadNim-0032912d101eb81134b82cb7cb7b0fe56fe97622.tar.gz
fixed the tester; more tests green
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r--tests/ccgbugs/tstringslice.nim5
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]