This commit is contained in:
Arne Döring
2019-05-14 01:28:44 +02:00
committed by Andreas Rumpf
parent 6fc74cec55
commit 55cf971adf
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
discard """
cmd: "nim cpp --cppCompileToNamespace:foo $options -r $file"
target: cpp
"""
# Theoretically nim could just ignore the flag cppCompileToNamespace
# and this test would pass. Setting ``ccodeCheck`` for a c++ target
# doesn't work.
import os
echo "a" / "b"