Skip to content

Commit

Permalink
Fix test copy/paste typo (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert authored Oct 25, 2024
1 parent e878982 commit 1f803e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/gc/i31.wast
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(i31.get_u (ref.null i31))
)
(func (export "get_s-null") (result i32)
(i31.get_u (ref.null i31))
(i31.get_s (ref.null i31))
)

(global $i (ref i31) (ref.i31 (i32.const 2)))
Expand Down

0 comments on commit 1f803e1

Please sign in to comment.