summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-06-28 21:04:49 +0200
committerAraq <rumpf_a@web.de>2019-06-28 21:04:49 +0200
commit7ddb31262e4773c0bf5a14cf89637b590c6ad5d8 (patch)
tree61c20163e1a3371144749a927fd4f68c6bbcd845 /tests
parent5be5bf0222535d2096d43517aa61b2b2e8781651 (diff)
downloadNim-7ddb31262e4773c0bf5a14cf89637b590c6ad5d8.tar.gz
fixes #11611
Diffstat (limited to 'tests')
-rw-r--r--tests/destructor/tsimpletable.nim2
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'''
 """