diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-11-24 10:52:33 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-11-24 10:52:33 +0100 |
commit | 2316c71e09aef62f9f1a4897c47baccaea2623bf (patch) | |
tree | 39feb7a32476611d38511ddb18d2390b43067097 /tests/system | |
parent | 633dcca71bc85690ac7bea09bb452f5132c0f182 (diff) | |
download | Nim-2316c71e09aef62f9f1a4897c47baccaea2623bf.tar.gz |
reverted deepcopy fix for now
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/tdeepcopy.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/tdeepcopy.nim b/tests/system/tdeepcopy.nim index f7a6e87fa..5a582425a 100644 --- a/tests/system/tdeepcopy.nim +++ b/tests/system/tdeepcopy.nim @@ -1,5 +1,6 @@ discard """ output: "ok" + disabled: "true" """ import tables, lists |