diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-03-05 08:17:30 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-05 08:17:30 +0100 |
commit | 2dc8a323242b639875d24d1baa7c8c9da2055fe2 (patch) | |
tree | ed3fc2401affa0c0908239a2cfedf1ebbc0caa6f /tests/destructor/tmove_objconstr.nim | |
parent | 22445867d445896af21a85b05c52d619c0fcd274 (diff) | |
download | Nim-2dc8a323242b639875d24d1baa7c8c9da2055fe2.tar.gz |
make megatest green again
Diffstat (limited to 'tests/destructor/tmove_objconstr.nim')
-rw-r--r-- | tests/destructor/tmove_objconstr.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/destructor/tmove_objconstr.nim b/tests/destructor/tmove_objconstr.nim index 137913777..6e11d9b27 100644 --- a/tests/destructor/tmove_objconstr.nim +++ b/tests/destructor/tmove_objconstr.nim @@ -7,6 +7,7 @@ test destroyed 0 3 4 Pony is dying!''' +joinable: false """ # bug #4214 |