summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2012-06-20 23:07:55 +0000
committerAlexander Potapenko <glider@google.com>2012-06-20 23:07:55 +0000
commitbd0fbe68a9a686454c6c5a670bca9c8d33318f93 (patch)
tree611e6e0cf372e5a37294b5a3f483cf5a002b0267 /lib
parente205a9daec9ec4afed956cf5455889725b9192fb (diff)
downloadcompiler-rt-bd0fbe68a9a686454c6c5a670bca9c8d33318f93.tar.gz
Fix the output tests on Darwin
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/asan/output_tests/use-after-free.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/output_tests/use-after-free.cc b/lib/asan/output_tests/use-after-free.cc
index 7cc2a7fc9..2d36bf0ea 100644
--- a/lib/asan/output_tests/use-after-free.cc
+++ b/lib/asan/output_tests/use-after-free.cc
@@ -17,7 +17,7 @@ int main() {
// Check-Darwin: {{ #0 0x.* in .*mz_free.*}}
// We override free() on Darwin, thus no malloc_zone_free
-// Check-Darwin: {{ #1 0x.* in free}}
+// Check-Darwin: {{ #1 0x.* in wrap_free}}
// Check-Darwin: {{ #2 0x.* in main .*use-after-free.cc:[45]}}
// Check-Common: {{previously allocated by thread T0 here:}}