diff options
Diffstat (limited to 'test/multivalue.wast.fromBinary')
-rw-r--r-- | test/multivalue.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/multivalue.wast.fromBinary b/test/multivalue.wast.fromBinary index b18c403c8..190194fcf 100644 --- a/test/multivalue.wast.fromBinary +++ b/test/multivalue.wast.fromBinary @@ -1,7 +1,7 @@ (module (type $none_=>_i32_i64 (func (result i32 i64))) (type $none_=>_none (func)) - (type $none_=>_i32_i64_anyref (func (result i32 i64 anyref))) + (type $none_=>_i32_i64_externref (func (result i32 i64 externref))) (type $none_=>_i64 (func (result i64))) (type $none_=>_f32_i64_i32 (func (result f32 i64 i32))) (type $none_=>_i32 (func (result i32))) @@ -390,7 +390,7 @@ ) ) ) - (func $mv-if (result i32 i64 anyref) + (func $mv-if (result i32 i64 externref) (local $0 (i32 i64 nullref)) (local.set $0 (if (result i32 i64 nullref) |