We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67f729 commit 855d012Copy full SHA for 855d012
regression-tests/run-tests.sh
@@ -282,7 +282,8 @@ for test_file in $tests; do
282
# Using naming convention to discriminate pure Cpp2 code
283
if [[ $test_name == "pure2"* ]]; then
284
descr="pure Cpp2 code"
285
- opt="-p"
+ # NB the -include-std option is added temporarily until modules are more stable
286
+ opt="-p -include-std"
287
fi
288
echo " Testing $descr: $test_name.cpp2"
289
0 commit comments