targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)

This commit is contained in:
Timothee Cour
2020-11-14 01:08:15 -08:00
committed by GitHub
parent 1a47fc2291
commit 96930b9cae
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
discard """
targets: "c c++ js"
targets: "c cpp js"
output: "ok"
exitcode: "0"
"""