summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/asan/lit_tests/malloc_delete_mismatch.cc2
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
OpenPOWER on IntegriCloud