Skip to content

Commit 1f803e1

Browse files
authored
Fix test copy/paste typo (WebAssembly#566)
1 parent e878982 commit 1f803e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/gc/i31.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(i31.get_u (ref.null i31))
1515
)
1616
(func (export "get_s-null") (result i32)
17-
(i31.get_u (ref.null i31))
17+
(i31.get_s (ref.null i31))
1818
)
1919

2020
(global $i (ref i31) (ref.i31 (i32.const 2)))

0 commit comments

Comments
 (0)