[llvm-commits] [compiler-rt] r170878 - /compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc
Alexander Potapenko
glider at google.com
Fri Dec 21 02:48:30 PST 2012
Author: glider
Date: Fri Dec 21 04:48:30 2012
New Revision: 170878
URL: http://llvm.org/viewvc/llvm-project?rev=170878&view=rev
Log:
[ASan] Fix another FileCheck pattern to be c++filt-proof.
Modified:
compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc
Modified: compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc?rev=170878&r1=170877&r2=170878&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/malloc_delete_mismatch.cc Fri Dec 21 04:48:30 2012
@@ -23,4 +23,4 @@
// CHECK-NEXT: allocated by thread T0 here:
// CHECK-NEXT: #0{{.*}}malloc
// CHECK-NEXT: #1{{.*}}main
-// CHECK: HINT: if you don't care about these warnings you may set ASAN_OPTIONS=alloc_dealloc_mismatch=0
+// CHECK: HINT: {{.*}} you may set ASAN_OPTIONS=alloc_dealloc_mismatch=0
More information about the llvm-commits
mailing list