summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/fuzz_opt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py
index a98e12437..9831eb467 100755
--- a/scripts/fuzz_opt.py
+++ b/scripts/fuzz_opt.py
@@ -331,7 +331,7 @@ INITIAL_CONTENTS_IGNORE = [
'typed_continuations_suspend.wast',
# New EH implementation is in progress
'exception-handling.wast',
- 'translate-eh-old-to-new.wast',
+ 'translate-to-new-eh.wast',
'rse-eh.wast',
# Non-UTF8 strings trap in V8, and have limitations in our interpreter
'string-lowering.wast',