Rename all of the tests in preparation for merging lit configs with libcxx

http://reviews.llvm.org/D7101

llvm-svn: 226691
This commit is contained in:
Jonathan Roelofs 2015-01-21 19:05:37 +00:00
parent 311730ac78
commit e434b34fa3
40 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ afunc()
if (ls *.cpp > /dev/null 2>&1)
then
for FILE in $(ls *.cpp); do
for FILE in $(ls *.pass.cpp); do
if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
then
if ./$TEST_EXE