diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fuzz_opt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 9ccdeb1e4..17d6301dd 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -172,6 +172,7 @@ IMPORTANT_INITIAL_CONTENTS = [ # Recently-added or modified passes. These can be added to and pruned # frequently. os.path.join('lit', 'passes', 'once-reduction.wast'), + os.path.join('passes', 'remove-unused-brs_enable-multivalue.wast'), ] IMPORTANT_INITIAL_CONTENTS = [os.path.join(shared.get_test_dir('.'), t) for t in IMPORTANT_INITIAL_CONTENTS] |