Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 0473234

Browse files
authored
Merge pull request #183 from Honry/fix-181
[test] Fix issue #181
2 parents b0b0069 + efb8ff4 commit 0473234

File tree

3 files changed

+345
-85
lines changed

3 files changed

+345
-85
lines changed

test/core/simd/simd_const.wast

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
"unexpected token"
229229
)
230230

231+
(assert_malformed
232+
(module quote "(func (v128.const 0 0 0 0) drop)")
233+
"unexpected token"
234+
)
231235
(assert_malformed
232236
(module quote "(func (v128.const i8x16) drop)")
233237
"wrong number of lane literals"

0 commit comments

Comments
 (0)