From 555236f769c13518db70f5df36e5688d63486bd5 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 19 Feb 2020 13:36:03 +0000 Subject: [PATCH] tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed --- test/fuzz/test_runner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index b638e6bac6..5174e21e2a 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -146,7 +146,6 @@ def run_once(*, corpus, test_list, build_dir, export_coverage, use_valgrind): args = [ os.path.join(build_dir, 'src', 'test', 'fuzz', t), '-runs=1', - '-detect_leaks=0', corpus_path, ] if use_valgrind: