diff options
Diffstat (limited to 'tests/osproc/passenv.nim')
-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 |