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/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to