diff options
Diffstat (limited to 'tests/destructor')
-rw-r--r-- | tests/destructor/tsimpletable.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tsimpletable.nim b/tests/destructor/tsimpletable.nim index 07efc86d9..d32fe51cb 100644 --- a/tests/destructor/tsimpletable.nim +++ b/tests/destructor/tsimpletable.nim @@ -1,5 +1,5 @@ discard """ - cmd: '''nim c --newruntime $file''' + cmd: '''nim cpp --newruntime $file''' output: '''(field: "value") 3 3 new: 0''' """ |