Skip to content

Commit 85fc8bb

Browse files
authored
Fix typo in fuzz skipping of a test (#7430)
1 parent df26f96 commit 85fc8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/fuzzing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
'coalesce-locals-stack-switching.wast',
111111
'dce-stack-switching.wast',
112112
'precompute-stack-switching.wast',
113-
'vacuum-stack-switching.wast'
113+
'vacuum-stack-switching.wast',
114114
# TODO: fuzzer support for custom descriptors
115115
'custom-descriptors.wast',
116116
]

0 commit comments

Comments
 (0)