summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/output_tests
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
commit642371724ecc4c7448d4fd60a224db7eab9b7a0a (patch)
tree8d9ff3d3afb94e3a96acf4294ae631b692f89175 /compiler-rt/lib/asan/output_tests
parent876cc65a3f364c0c3975018209f87a6c576e9900 (diff)
downloadbcm5719-llvm-642371724ecc4c7448d4fd60a224db7eab9b7a0a.tar.gz
bcm5719-llvm-642371724ecc4c7448d4fd60a224db7eab9b7a0a.zip
Fix the output tests on Darwin
llvm-svn: 158870
Diffstat (limited to 'compiler-rt/lib/asan/output_tests')
-rw-r--r--compiler-rt/lib/asan/output_tests/use-after-free.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/output_tests/use-after-free.cc b/compiler-rt/lib/asan/output_tests/use-after-free.cc
index 7cc2a7fc909..2d36bf0ead0 100644
--- a/compiler-rt/lib/asan/output_tests/use-after-free.cc
+++ b/compiler-rt/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:}}
OpenPOWER on IntegriCloud