Skip to content

Commit 2f90ad1

Browse files
authored
Add test with exact types to fuzzer ignore list (#7548)
1 parent c87a7da commit 2f90ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test/fuzzing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'exact-casts.wast',
116116
'exact-casts-trivial.wast',
117117
'optimize-instructions-exact.wast',
118+
'optimize-instructions-all-casts.wast',
118119
'optimize-instructions-all-casts-exact.wast',
119120
'local-subtyping-exact.wast',
120121
'remove-unused-types-exact.wast',

0 commit comments

Comments
 (0)