diff options
Diffstat (limited to 'test/anyref.wast.fromBinary')
-rw-r--r-- | test/anyref.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/anyref.wast.fromBinary b/test/anyref.wast.fromBinary index 3d9b223b6..374a308e7 100644 --- a/test/anyref.wast.fromBinary +++ b/test/anyref.wast.fromBinary @@ -1,11 +1,11 @@ (module - (type $0 (func (param anyref) (result anyref))) + (type $anyref_=>_anyref (func (param anyref) (result anyref))) (import "env" "test2" (global $gimport$1 anyref)) (import "env" "test1" (func $test1 (param anyref) (result anyref))) (memory $0 1 1) (export "test1" (func $test1)) (export "test2" (global $gimport$1)) - (func $anyref_test (; 1 ;) (type $0) (param $0 anyref) (result anyref) + (func $anyref_test (; 1 ;) (param $0 anyref) (result anyref) (local $1 anyref) (local.set $1 (call $test1 |