diff options
Diffstat (limited to 'tests/misc/tnew.nim')
-rw-r--r-- | tests/misc/tnew.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/tnew.nim b/tests/misc/tnew.nim index 2d9a64461..41ef3fa19 100644 --- a/tests/misc/tnew.nim +++ b/tests/misc/tnew.nim @@ -1,4 +1,5 @@ discard """ +matrix: "--mm:refc" outputsub: ''' Simple tree node allocation worked! Simple cycle allocation worked! @@ -10,6 +11,7 @@ joinable: false # and the code generation for gc walkers # (and the garbage collector): +## todo fixme it doesn't work for ORC type PNode = ref TNode TNode = object |