Skip to content

Commit

Permalink
[test] Fix typos (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored Sep 8, 2023
1 parent 5c96167 commit 5cf98bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/unreachable.wast
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(func $dummy3 (param i32 i32 i32))

(func (export "type-i32") (result i32) (unreachable))
(func (export "type-i64") (result i32) (unreachable))
(func (export "type-f32") (result f64) (unreachable))
(func (export "type-i64") (result i64) (unreachable))
(func (export "type-f32") (result f32) (unreachable))
(func (export "type-f64") (result f64) (unreachable))

(func (export "as-func-first") (result i32)
Expand Down

0 comments on commit 5cf98bc

Please sign in to comment.