Skip to content

Commit f713000

Browse files
committed
Remove nullability of local
1 parent 8971797 commit f713000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/gc/array_new_data.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(data $d "\aa\bb\cc\dd")
2525

2626
(func (export "array-new-data-contents") (result i32 i32)
27-
(local (ref null $arr))
27+
(local (ref $arr))
2828
(local.set 0 (array.new_data $arr $d (i32.const 1) (i32.const 2)))
2929
(array.get_u $arr (local.get 0) (i32.const 0))
3030
(array.get_u $arr (local.get 0) (i32.const 1))

0 commit comments

Comments
 (0)