diff options
Diffstat (limited to 'tests/misc/tnew.nim')
-rw-r--r-- | tests/misc/tnew.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/misc/tnew.nim b/tests/misc/tnew.nim index 89f34a621..2d9a64461 100644 --- a/tests/misc/tnew.nim +++ b/tests/misc/tnew.nim @@ -1,3 +1,11 @@ +discard """ +outputsub: ''' +Simple tree node allocation worked! +Simple cycle allocation worked! +''' +joinable: false +""" + # Test the implementation of the new operator # and the code generation for gc walkers # (and the garbage collector): |