diff options
author | Araq <rumpf_a@web.de> | 2019-06-28 21:04:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-06-28 21:04:49 +0200 |
commit | 7ddb31262e4773c0bf5a14cf89637b590c6ad5d8 (patch) | |
tree | 61c20163e1a3371144749a927fd4f68c6bbcd845 /tests | |
parent | 5be5bf0222535d2096d43517aa61b2b2e8781651 (diff) | |
download | Nim-7ddb31262e4773c0bf5a14cf89637b590c6ad5d8.tar.gz |
fixes #11611
Diffstat (limited to 'tests')
-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''' """ |