diff options
Diffstat (limited to 'tests/destructor/tglobaldestructor.nim')
-rw-r--r-- | tests/destructor/tglobaldestructor.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tglobaldestructor.nim b/tests/destructor/tglobaldestructor.nim index 403f670a0..4d002a092 100644 --- a/tests/destructor/tglobaldestructor.nim +++ b/tests/destructor/tglobaldestructor.nim @@ -1,5 +1,5 @@ discard """ - cmd: '''nim c --newruntime $file''' + cmd: '''nim c --gc:arc $file''' output: '''(v: 42) igotdestroyed''' """ |