Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 10, 2022
1 parent 8aa58ac commit f158a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/externref-xform/tests/anyref-param.wat
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
global.set 0)
(func $foo (type 0) (param i32))
(table (;0;) 32 externref)
(global (;0;) (mut i32) (i32.const 32))
(global (;0;) (mut i32) i32.const 32)
(export "foo" (func $#func0<foo_externref_shim>)))
;)
2 changes: 1 addition & 1 deletion crates/externref-xform/tests/mixed-export.wat
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
i32.const 0)
(func $a (type 1) (param f32 i32 i64 i32 i32))
(table (;0;) 32 externref)
(global (;0;) (mut i32) (i32.const 32))
(global (;0;) (mut i32) i32.const 32)
(export "a" (func $#func0<a_externref_shim>)))
;)

0 comments on commit f158a75

Please sign in to comment.