diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-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 ada930127..c6a68e85c 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -357,6 +357,7 @@ INITIAL_CONTENTS_IGNORE = [ 'shared-struct.wast', 'shared-array.wast', 'shared-i31.wast', + 'type-ssa-shared.wast', ] |