diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fuzz_opt.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index c6a68e85c..f4b64f44c 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -357,6 +357,8 @@ INITIAL_CONTENTS_IGNORE = [ 'shared-struct.wast', 'shared-array.wast', 'shared-i31.wast', + 'shared-null.wast', + 'shared-absheaptype.wast', 'type-ssa-shared.wast', ] |