diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c b/compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c index 8bce907ef2e..d380fbf726b 100644 --- a/compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c +++ b/compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c @@ -2,7 +2,7 @@ // RUN: %clang_asan %s -o %t.out -ldl // RUN: ASAN_OPTIONS=verbosity=1 not %t.out %t.so 2>&1 | FileCheck %s // -// CHECK: AddressSanitizer: failed to intercept '__cxa_throw' +// CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}' // // dlopen() can not be intercepted on Android // UNSUPPORTED: android |