diff options
author | Araq <rumpf_a@web.de> | 2011-12-31 18:15:29 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-12-31 18:15:29 +0100 |
commit | 9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (patch) | |
tree | 6fae37a1d9a7c296c1b8638fa5fc3790e282efe6 | |
parent | 0d8e6dda69ed4a63e12b95ee1cba37bab31f56ab (diff) | |
parent | b6265e28c7d285e412ebfd8cbb67d26b5d28f1fc (diff) | |
download | Nim-9bd2be36c878cb635e1b6ae4d2725cc26e291d7c.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
-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 |