Skip to content

Commit aee6b37

Browse files
authored
Update spec tests suite to the latest (#2207)
No changes needed, just bumping the revision.
1 parent 93610b8 commit aee6b37

File tree

14 files changed

+618
-231
lines changed

14 files changed

+618
-231
lines changed

tests/cli/spec/simd_select.wast

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
;; RUN: wast \
2+
;; --assert default \
3+
;; --snapshot tests/snapshots \
4+
;; --ignore-error-messages \
5+
;; --features=wasm2 \
6+
;; tests/testsuite/simd_select.wast

tests/snapshots/testsuite/binary.wast.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,28 +909,28 @@
909909
},
910910
{
911911
"type": "assert_malformed",
912-
"line": 1363,
912+
"line": 1364,
913913
"filename": "binary.132.wasm",
914914
"module_type": "binary",
915915
"text": "unexpected content after last section"
916916
},
917917
{
918918
"type": "assert_malformed",
919-
"line": 1374,
919+
"line": 1376,
920920
"filename": "binary.133.wasm",
921921
"module_type": "binary",
922922
"text": "unexpected content after last section"
923923
},
924924
{
925925
"type": "assert_malformed",
926-
"line": 1384,
926+
"line": 1386,
927927
"filename": "binary.134.wasm",
928928
"module_type": "binary",
929929
"text": "unexpected content after last section"
930930
},
931931
{
932932
"type": "assert_malformed",
933-
"line": 1394,
933+
"line": 1396,
934934
"filename": "binary.135.wasm",
935935
"module_type": "binary",
936936
"text": "unexpected content after last section"

0 commit comments

Comments
 (0)