diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-19 20:33:36 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:30 +0100 |
commit | 161e14829a24ba91c941b5d93cfe1c62867482b0 (patch) | |
tree | 8bf4e8a0d7cbac98dd4f7a7d8e72362cbc698822 /tests/system | |
parent | bfcf82c7e5eb39fb5bc5374aa19a4fa896f22ccb (diff) | |
download | Nim-161e14829a24ba91c941b5d93cfe1c62867482b0.tar.gz |
disable tio.nim, it just causes problems
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/tio.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/tio.nim b/tests/system/tio.nim index e959a9097..c4d041560 100644 --- a/tests/system/tio.nim +++ b/tests/system/tio.nim @@ -1,5 +1,6 @@ discard """ outputsub: "" +disabled: true """ import |