Skip to content

Commit ceac51f

Browse files
committed
Fix a test for upstream changes
1 parent 8f14ccc commit ceac51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/tests/reference/anyref-import-catch.wat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
(type (;2;) (func (param i32)))
55
(import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0)))
66
(func $__wbindgen_exn_store (type 2) (param i32))
7-
(func $exported (type 0))
87
(func $__anyref_table_alloc (type 1) (result i32))
8+
(func $exported (type 0))
99
(table (;0;) 32 anyref)
1010
(memory (;0;) 17)
1111
(export "memory" (memory 0))

0 commit comments

Comments
 (0)