[PATCH] Rename all of the tests from *.cpp to *.pass.cpp in preparation for http://reviews.llvm.org/D6985

Dan Albert danalbert at google.com
Wed Jan 21 11:02:03 PST 2015


LGTM.


================
Comment at: testit:56
@@ -55,3 +55,3 @@
 	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
----------------
*.pass.cpp (missed the dot).

http://reviews.llvm.org/D7101

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list