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 /tests/osproc | |
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 'tests/osproc')
-rw-r--r-- | tests/osproc/passenv.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/osproc/passenv.nim b/tests/osproc/passenv.nim index 815f7536f..40b1c3f7c 100644 --- a/tests/osproc/passenv.nim +++ b/tests/osproc/passenv.nim @@ -1,7 +1,7 @@ discard """ file: "passenv.nim" output: "123" - targets: "c c++ objc" + targets: "c cpp objc" """ import osproc, os, strtabs |