Skip to content

Commit efb987b

Browse files
authored
Fix typos in fuzzing.py (#7563)
Fix ignored test names so the tests are properly ignored.
1 parent 762dd9c commit efb987b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/fuzzing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
'type-merging-exact.wast',
128128
'type-refining-exact.wast',
129129
'type-refining-gufa-exact.wast',
130-
'mimimize-rec-groups-exact.wast',
131-
'mimimize-rec-groups-ignore-exact.wast',
130+
'minimize-rec-groups-exact.wast',
131+
'minimize-rec-groups-ignore-exact.wast',
132132
'public-exact.wast',
133133
# TODO: fuzzer support for custom descriptors
134134
'custom-descriptors.wast',

0 commit comments

Comments
 (0)