Skip to content

Commit 555236f

Browse files
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
1 parent a3b539a commit 555236f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fuzz/test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def run_once(*, corpus, test_list, build_dir, export_coverage, use_valgrind):
146146
args = [
147147
os.path.join(build_dir, 'src', 'test', 'fuzz', t),
148148
'-runs=1',
149-
'-detect_leaks=0',
150149
corpus_path,
151150
]
152151
if use_valgrind:

0 commit comments

Comments
 (0)