From c0b48088747387dd36c652afc37f854d5bba3c24 Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Wed, 21 Jan 2015 19:05:37 +0000 Subject: Rename all of the tests in preparation for merging lit configs with libcxx http://reviews.llvm.org/D7101 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@226691 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/testit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testit') diff --git a/test/testit b/test/testit index 0b032c0..ac52f05 100755 --- a/test/testit +++ b/test/testit @@ -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 -- cgit v1.2.3