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 9036c338f..f49234035 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -364,6 +364,7 @@ INITIAL_CONTENTS_IGNORE = [ 'shared-types-no-gc.wast', 'shared-ref-i31.wast', 'table-type.wast', + 'elem-type.wast', ] |