summary refs log tree commit diff stats
path: root/tests/destructor/towned_binary_tree.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/towned_binary_tree.nim')
-rw-r--r--tests/destructor/towned_binary_tree.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/towned_binary_tree.nim b/tests/destructor/towned_binary_tree.nim
index 320e33759..fb635e7c6 100644
--- a/tests/destructor/towned_binary_tree.nim
+++ b/tests/destructor/towned_binary_tree.nim
@@ -1,5 +1,5 @@
 discard """
-  cmd: '''nim c -d:nimAllocStats --newruntime $file'''
+  cmd: '''nim c -d:nimAllocStats --gc:arc $file'''
   output: '''31665
 (allocCount: 33334, deallocCount: 33334)'''
 """