Skip to content

Commit 636d1b2

Browse files
authored
[threads] Ignore shared-array.wast in fuzzer initial contents (#6706)
1 parent ff8095d commit 636d1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fuzz_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ def is_git_repo():
355355
'shared-types.wast',
356356
'shared-polymorphism.wast',
357357
'shared-struct.wast',
358+
'shared-array.wast',
358359
]
359360

360361

0 commit comments

Comments
 (0)