Skip to content

Commit cde89ca

Browse files
yamtrossberg
authored andcommitted
[test] Fix typos (#1678)
1 parent 9be2b36 commit cde89ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/unreachable.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
(func $dummy3 (param i32 i32 i32))
77

88
(func (export "type-i32") (result i32) (unreachable))
9-
(func (export "type-i64") (result i32) (unreachable))
10-
(func (export "type-f32") (result f64) (unreachable))
9+
(func (export "type-i64") (result i64) (unreachable))
10+
(func (export "type-f32") (result f32) (unreachable))
1111
(func (export "type-f64") (result f64) (unreachable))
1212

1313
(func (export "as-func-first") (result i32)

0 commit comments

Comments
 (0)