diff options
author | Alexander Potapenko <glider@google.com> | 2012-12-21 10:48:30 +0000 |
---|---|---|
committer | Alexander Potapenko <glider@google.com> | 2012-12-21 10:48:30 +0000 |
commit | 47a03a2ebe67ce1db4785ac50dd298105992c75f (patch) | |
tree | 299b3e32c7199589c7f2f5b5db29d409f01fb991 | |
parent | 11bb06039a87da7923eca8c9c2a3f339ac375d25 (diff) | |
download | bcm5719-llvm-47a03a2ebe67ce1db4785ac50dd298105992c75f.tar.gz bcm5719-llvm-47a03a2ebe67ce1db4785ac50dd298105992c75f.zip |
[ASan] Fix another FileCheck pattern to be c++filt-proof.
llvm-svn: 170878
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc b/compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc index 070c5ca0ad6..8ecdaad2d8f 100644 --- a/compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc +++ b/compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc @@ -23,4 +23,4 @@ int main() { // 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 |