summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-11-14 01:08:15 -0800
committerGitHub <noreply@github.com>2020-11-14 10:08:15 +0100
commit96930b9caec2ed51777af5d8570f64b00bfaf2a8 (patch)
tree05134cf9fb93add7bd7c54aed8ebe2bc0277144d /tests
parent1a47fc2291b285ceb6b2f330f45997944b754b3a (diff)
downloadNim-96930b9caec2ed51777af5d8570f64b00bfaf2a8.tar.gz
targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)
Diffstat (limited to 'tests')
-rw-r--r--tests/float/tfloatmod.nim2
-rw-r--r--tests/osproc/passenv.nim2
-rw-r--r--tests/stdlib/tfrexp1.nim2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/float/tfloatmod.nim b/tests/float/tfloatmod.nim
index 0b84ec7e0..37546a64c 100644
--- a/tests/float/tfloatmod.nim
+++ b/tests/float/tfloatmod.nim
@@ -1,5 +1,5 @@
 discard """
-  targets: "c c++ js"
+  targets: "c cpp js"
   output: "ok"
   exitcode: "0"
 """
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
diff --git a/tests/stdlib/tfrexp1.nim b/tests/stdlib/tfrexp1.nim
index 6da185420..21ecc7491 100644
--- a/tests/stdlib/tfrexp1.nim
+++ b/tests/stdlib/tfrexp1.nim
@@ -1,5 +1,5 @@
 discard """
-  targets: "js c c++"
+  targets: "js c cpp"
   output: '''ok'''
 """