diff options
author | dom96 <dominikpicheta@googlemail.com> | 2011-12-31 17:06:21 +0000 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2011-12-31 17:06:21 +0000 |
commit | b6265e28c7d285e412ebfd8cbb67d26b5d28f1fc (patch) | |
tree | 1296e2057f1204d6338b5812a6cfdc4a132f6332 | |
parent | 8c993733b953fbb84fc7d97546eae7d3f9564ed7 (diff) | |
download | Nim-b6265e28c7d285e412ebfd8cbb67d26b5d28f1fc.tar.gz |
Disabled io tests because it blocks indefinitely.
-rw-r--r-- | tests/system/io.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/io.nim b/tests/system/io.nim index 31978feb7..cc5f07080 100644 --- a/tests/system/io.nim +++ b/tests/system/io.nim @@ -1,6 +1,7 @@ discard """output: '''[OK] stdin [OK] file''' +disabled: true """ import |