summary refs log tree commit diff stats
path: root/tests/destructor/tgcdestructors.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/tgcdestructors.nim')
-rw-r--r--tests/destructor/tgcdestructors.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/destructor/tgcdestructors.nim b/tests/destructor/tgcdestructors.nim
index 7169daaf1..07a3731a0 100644
--- a/tests/destructor/tgcdestructors.nim
+++ b/tests/destructor/tgcdestructors.nim
@@ -1,5 +1,5 @@
 discard """
-  cmd: '''nim c -d:nimAllocStats --newruntime $file'''
+  cmd: '''nim c -d:nimAllocStats --gc:arc $file'''
   output: '''hi
 ho
 ha
@@ -10,7 +10,7 @@ a: @[4, 2, 3]
 0
 30
 true
-(allocCount: 41, deallocCount: 41)'''
+(allocCount: 27, deallocCount: 27)'''
 """
 
 include system / ansi_c