diff options
Diffstat (limited to 'libcxx/test/testit')
-rwxr-xr-x | libcxx/test/testit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit index b0ebcbf1b5f..baa45768fac 100755 --- a/libcxx/test/testit +++ b/libcxx/test/testit @@ -52,7 +52,7 @@ fi if [ -z "$OPTIONS" ] then - OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`" + OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`" fi FAIL=0 @@ -78,7 +78,7 @@ function afunc fi done fi - + if (ls *.pass.cpp &> /dev/null) then for FILE in $(ls *.pass.cpp); do |