Skip to content

Commit cab11d3

Browse files
authored
Update file name in INITIAL_CONTENTS_IGNORE (#6425)
The test file was renamed, but the fuzzer still used the old name in INITIAL_CONTENTS_IGNORE.
1 parent f40e90a commit cab11d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fuzz_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def is_git_repo():
331331
'typed_continuations_suspend.wast',
332332
# New EH implementation is in progress
333333
'exception-handling.wast',
334-
'translate-eh-old-to-new.wast',
334+
'translate-to-new-eh.wast',
335335
'rse-eh.wast',
336336
# Non-UTF8 strings trap in V8, and have limitations in our interpreter
337337
'string-lowering.wast',

0 commit comments

Comments
 (0)