diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/disable-leaks.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/disable-leaks.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/disable-leaks.test b/llvm/lib/Fuzzer/test/disable-leaks.test index 8c00eacd734..bc120d98b38 100644 --- a/llvm/lib/Fuzzer/test/disable-leaks.test +++ b/llvm/lib/Fuzzer/test/disable-leaks.test @@ -1,5 +1,5 @@ REQUIRES: lsan -RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-LLVMFuzzer-AccumulateAllocationsTest -RUN: %t-LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS +RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest +RUN: %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation |

