summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/heap-types.wast.from-wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/heap-types.wast.from-wast b/test/heap-types.wast.from-wast
index fbbc47af9..281d1983e 100644
--- a/test/heap-types.wast.from-wast
+++ b/test/heap-types.wast.from-wast
@@ -309,7 +309,7 @@
)
(func $unreachables-1
(drop
- (block
+ (block ;; (replaces something unreachable we can't emit)
(drop
(unreachable)
)
@@ -323,7 +323,7 @@
)
)
(func $unreachables-3
- (block
+ (block ;; (replaces something unreachable we can't emit)
(drop
(unreachable)
)
@@ -333,7 +333,7 @@
)
)
(func $unreachables-4
- (block
+ (block ;; (replaces something unreachable we can't emit)
(drop
(unreachable)
)