diff --git a/crates/cli/tests/reference/anyref-import-catch.wat b/crates/cli/tests/reference/anyref-import-catch.wat index 9e2ac1c87..49e199e8f 100644 --- a/crates/cli/tests/reference/anyref-import-catch.wat +++ b/crates/cli/tests/reference/anyref-import-catch.wat @@ -4,8 +4,8 @@ (type (;2;) (func (param i32))) (import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0))) (func $__wbindgen_exn_store (type 2) (param i32)) - (func $exported (type 0)) (func $__anyref_table_alloc (type 1) (result i32)) + (func $exported (type 0)) (table (;0;) 32 anyref) (memory (;0;) 17) (export "memory" (memory 0))