diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc index e65e71df8e6..935645327b0 100644 --- a/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc +++ b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc @@ -3,6 +3,7 @@ // RUN: %env_asan_opts="halt_on_error=0" %run %t 2>&1 | FileCheck %s // RUN: %env_asan_opts="halt_on_error=1" not %run %t 2>&1 | FileCheck %s // RUN: not %run %t 2>&1 | FileCheck %s +// REQUIRES: leak-detection // UNSUPPORTED: android #include <stdlib.h> @@ -19,4 +20,3 @@ int main() { } // CHECK: LeakSanitizer: detected memory leaks -// CHECK: SUMMARY: AddressSanitizer: 20 byte(s) leaked |