diff options
author | Anna Zaks <ganna@apple.com> | 2016-02-02 02:01:21 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2016-02-02 02:01:21 +0000 |
commit | 2c5c33dc3888d64a67cd25f84398f991fb9f1c63 (patch) | |
tree | 0bec6d5c204a09483551679ffa5f8996bdc7926d | |
parent | c77a080bdb5a4fdc8174a5cda999ba0745a515b8 (diff) | |
download | bcm5719-llvm-2c5c33dc3888d64a67cd25f84398f991fb9f1c63.tar.gz bcm5719-llvm-2c5c33dc3888d64a67cd25f84398f991fb9f1c63.zip |
[asan] Fixup r258849 by updating warning in the test
The error message has been changed in code as of r258849 (http://reviews.llvm.org/D16546). Update the test as well.
llvm-svn: 259452
-rw-r--r-- | compiler-rt/test/asan/TestCases/Darwin/dladdr-demangling.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Darwin/dladdr-demangling.cc b/compiler-rt/test/asan/TestCases/Darwin/dladdr-demangling.cc index d773659b74f..33bd3f8ae21 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/dladdr-demangling.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/dladdr-demangling.cc @@ -16,7 +16,7 @@ class MyClass { // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}} // CHECK: {{READ of size 1 at 0x.* thread T0}} // CHECK-DLADDR: Using dladdr symbolizer - // CHECK-DLADDR: failed to fork external symbolizer + // CHECK-DLADDR: failed to fork // CHECK: {{ #0 0x.* in MyClass::my_function\(int\)}} // CHECK: {{freed by thread T0 here:}} // CHECK: {{ #0 0x.* in wrap_free}} |