diff options
Diffstat (limited to 'test/reference-types.wast.fromBinary')
-rw-r--r-- | test/reference-types.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reference-types.wast.fromBinary b/test/reference-types.wast.fromBinary index 5031aeb1e..609e91866 100644 --- a/test/reference-types.wast.fromBinary +++ b/test/reference-types.wast.fromBinary @@ -9,7 +9,7 @@ (type $i32_=>_none (func (param i32))) (type $eqref_=>_funcref (func (param eqref) (result funcref))) (import "env" "import_global" (global $import_global eqref)) - (import "env" "import_func" (func $import_func (param eqref) (result funcref))) + (import "env" "import_func" (func $import_func (type $eqref_=>_funcref) (param eqref) (result funcref))) (global $global_eqref (mut eqref) (ref.null none)) (global $global_funcref (mut funcref) (ref.null nofunc)) (global $global_funcref_func (mut funcref) (ref.func $foo)) |