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