diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index a591f9414..e7826c0f3 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -361,7 +361,7 @@ INITIAL_CONTENTS_IGNORE = [ 'shared-absheaptype.wast', 'type-ssa-shared.wast', 'shared-ref_eq.wast', - 'shared-null-no-gc.wast', + 'shared-types-no-gc.wast', ] |