summaryrefslogtreecommitdiff
path: root/test/heap-types.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r--test/heap-types.wast.fromBinary6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary
index 6c847ff69..803908b19 100644
--- a/test/heap-types.wast.fromBinary
+++ b/test/heap-types.wast.fromBinary
@@ -71,9 +71,7 @@
(ref.null $struct.A)
)
(drop
- (block $label$1 (result (ref null $struct.A))
- (local.get $x)
- )
+ (local.get $x)
)
(drop
(if (result (ref null $struct.A))
@@ -83,7 +81,7 @@
)
)
(drop
- (loop $label$4 (result (ref null $struct.A))
+ (loop $label$3 (result (ref null $struct.A))
(local.get $x)
)
)