diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r-- | test/heap-types.wast.fromBinary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary index 7bc780796..b217ebc2e 100644 --- a/test/heap-types.wast.fromBinary +++ b/test/heap-types.wast.fromBinary @@ -349,19 +349,19 @@ (local $temp.A (ref null $struct.A)) (local $temp.B (ref null $struct.B)) (drop - (ref.test_static $struct.B + (ref.test $struct.B (ref.null none) ) ) (drop - (ref.cast_static $struct.B + (ref.cast null $struct.B (ref.null none) ) ) (drop (block $label$1 (result (ref $struct.B)) (local.set $temp.A - (br_on_cast_static $label$1 $struct.B + (br_on_cast $label$1 $struct.B (ref.null none) ) ) @@ -371,7 +371,7 @@ (drop (block $label$2 (result (ref null $struct.A)) (local.set $temp.B - (br_on_cast_static_fail $label$2 $struct.B + (br_on_cast_fail $label$2 $struct.B (ref.null none) ) ) |