diff options
Diffstat (limited to 'tests/misc/tnew.nim')
-rw-r--r-- | tests/misc/tnew.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/tnew.nim b/tests/misc/tnew.nim index 02282dd4a..2d9a64461 100644 --- a/tests/misc/tnew.nim +++ b/tests/misc/tnew.nim @@ -3,6 +3,7 @@ outputsub: ''' Simple tree node allocation worked! Simple cycle allocation worked! ''' +joinable: false """ # Test the implementation of the new operator |