We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7912abe commit b978bccCopy full SHA for b978bcc
compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
@@ -1,7 +1,7 @@
1
// RUN: %clangxx_asan -xc++ -shared -fPIC -o %t.so - < %s
2
// RUN: %clang_asan %s -o %t.out -ldl
3
//
4
-// RUN: { env ASAN_OPTIONS=verbosity=1 %t.out %t.so || : ; } 2>&1 | FileCheck %s
+// RUN: env ASAN_OPTIONS=verbosity=1 not %t.out %t.so 2>&1 | FileCheck %s
5
6
// CHECK: AddressSanitizer: failed to intercept '__cxa_throw'
7
0 commit comments