summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/disable-leaks.test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/disable-leaks.test')
-rw-r--r--lib/Fuzzer/test/disable-leaks.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Fuzzer/test/disable-leaks.test b/lib/Fuzzer/test/disable-leaks.test
deleted file mode 100644
index 467b64ccc6f4..000000000000
--- a/lib/Fuzzer/test/disable-leaks.test
+++ /dev/null
@@ -1,4 +0,0 @@
-REQUIRES: lsan
-RUN: LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
-ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
-