diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-11-14 01:08:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 10:08:15 +0100 |
commit | 96930b9caec2ed51777af5d8570f64b00bfaf2a8 (patch) | |
tree | 05134cf9fb93add7bd7c54aed8ebe2bc0277144d /testament | |
parent | 1a47fc2291b285ceb6b2f330f45997944b754b3a (diff) | |
download | Nim-96930b9caec2ed51777af5d8570f64b00bfaf2a8.tar.gz |
targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/testament.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim index 8fead76ef..2912b03ab 100644 --- a/testament/testament.nim +++ b/testament/testament.nim @@ -41,7 +41,7 @@ Options: --print also print results to the console --simulate see what tests would be run but don't run them (for debugging) --failing only show failing/ignored tests - --targets:"c c++ js objc" run tests for specified targets (default: all) + --targets:"c cpp js objc" run tests for specified targets (default: all) --nim:path use a particular nim executable (default: $$PATH/nim) --directory:dir Change to directory dir before reading the tests or doing anything else. --colors:on|off Turn messages coloring on|off. |