Skip to content

Commit 8d6792e

Browse files
authored
[test] Remove unintended errors in negative tests (#1904)
1 parent 8f82aa6 commit 8d6792e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/core/binary.wast

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,7 @@
13511351
(assert_malformed
13521352
(module binary
13531353
"\00asm" "\01\00\00\00"
1354+
"\01\04\01\60\00\00" ;; Type section
13541355
"\03\02\01\00" ;; Function section
13551356
"\08\01\00" ;; Start section: function 0
13561357
"\07\01\00" ;; Export section with zero entries
@@ -1362,6 +1363,7 @@
13621363
(assert_malformed
13631364
(module binary
13641365
"\00asm" "\01\00\00\00"
1366+
"\01\04\01\60\00\00" ;; Type section
13651367
"\03\02\01\00" ;; Function section
13661368
"\09\01\00" ;; Element section with zero entries
13671369
"\08\01\00" ;; Start section: function 0

0 commit comments

Comments
 (0)