[clang-tools-extra] r243269 - Trying again to a failing test the bots found with r243266.
Aaron Ballman
aaron at aaronballman.com
Mon Jul 27 06:59:25 PDT 2015
Author: aaronballman
Date: Mon Jul 27 08:59:24 2015
New Revision: 243269
URL: http://llvm.org/viewvc/llvm-project?rev=243269&view=rev
Log:
Trying again to a failing test the bots found with r243266.
Modified:
clang-tools-extra/trunk/test/clang-tidy/file-filter.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/file-filter.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/file-filter.cpp?rev=243269&r1=243268&r2=243269&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/file-filter.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/file-filter.cpp Mon Jul 27 08:59:24 2015
@@ -35,11 +35,11 @@ class A { A(int); };
// CHECK: Suppressed 3 warnings (3 in non-user code)
// CHECK: Use -header-filter=.* to display errors from all non-system headers.
// CHECK2: Suppressed 1 warnings (1 in non-user code)
-// CHECK2: Use -header-filter='.*' {{.*}}
+// CHECK2: Use -header-filter=.* {{.*}}
// CHECK3: Suppressed 2 warnings (2 in non-user code)
-// CHECK3: Use -header-filter='.*' {{.*}}
+// CHECK3: Use -header-filter=.* {{.*}}
// CHECK4-NOT: Suppressed {{.*}} warnings
-// CHECK4-NOT: Use -header-filter='.*' {{.*}}
+// CHECK4-NOT: Use -header-filter=.* {{.*}}
// FIXME: It doesn't pass on win32. Investigating.
// REQUIRES: shell
More information about the cfe-commits
mailing list