Author: aaronballman Date: Mon Jul 27 08:47:35 2015 New Revision: 243268 URL: http://llvm.org/viewvc/llvm-project?rev=243268&view=rev Log: Fixing 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=243268&r1=243267&r2=243268&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:47:35 2015 @@ -33,7 +33,7 @@ class A { A(int); }; // CHECK4-NOT: warning: // CHECK: Suppressed 3 warnings (3 in non-user code) -// CHECK: Use -header-filter='.*' to display errors from all non-system headers. +// 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='.*' {{.*}} // CHECK3: Suppressed 2 warnings (2 in non-user code) _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits