summary refs log tree commit diff stats
path: root/tests/misc/tnew.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnew.nim')
-rw-r--r--tests/misc/tnew.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/misc/tnew.nim b/tests/misc/tnew.nim
index 89f34a621..02282dd4a 100644
--- a/tests/misc/tnew.nim
+++ b/tests/misc/tnew.nim
@@ -1,3 +1,10 @@
+discard """
+outputsub: '''
+Simple tree node allocation worked!
+Simple cycle allocation worked!
+'''
+"""
+
 # Test the implementation of the new operator
 # and the code generation for gc walkers
 # (and the garbage collector):