aboutsummaryrefslogtreecommitdiff
path: root/test/testit
diff options
context:
space:
mode:
Diffstat (limited to 'test/testit')
-rwxr-xr-xtest/testit2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testit b/test/testit
index 821292efb5a3..cac668497fa5 100755
--- a/test/testit
+++ b/test/testit
@@ -42,7 +42,7 @@ then
fi
if [ -z "$OPTIONS" ]
then
- OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
+ OPTIONS="-std=${CXX_LANG} -stdlib=libc++ -nostdinc++"
fi
OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"