tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed

pull/18166/head
practicalswift 5 years ago
parent a3b539a924
commit 555236f769

@ -146,7 +146,6 @@ def run_once(*, corpus, test_list, build_dir, export_coverage, use_valgrind):
args = [ args = [
os.path.join(build_dir, 'src', 'test', 'fuzz', t), os.path.join(build_dir, 'src', 'test', 'fuzz', t),
'-runs=1', '-runs=1',
'-detect_leaks=0',
corpus_path, corpus_path,
] ]
if use_valgrind: if use_valgrind:

Loading…
Cancel
Save