Skip to content

Commit

Permalink
Fix a test for upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 17, 2020
1 parent 8f14ccc commit ceac51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/reference/anyref-import-catch.wat
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ceac51f

Please sign in to comment.