Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit d5ce7d2

Browse files
eqrionyurydelendik
authored andcommitted
Enable ref-types 'binary.wast' and 'linking.wast' tests
These tests are now passing, possibly because of #168.
1 parent 8c6bb7f commit d5ce7d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,7 @@ mod wast_tests {
501501
config
502502
},
503503
|name, line| match (name, line) {
504-
("br_table.wast", _)
505-
| ("select.wast", _)
506-
| ("binary.wast", _)
507-
| ("linking.wast", 280) => true,
504+
("br_table.wast", _) | ("select.wast", _) => true,
508505
_ => false,
509506
},
510507
);

0 commit comments

Comments
 (0)