summaryrefslogtreecommitdiff
path: root/test/unit.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast.from-wast')
-rw-r--r--test/unit.wast.from-wast4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit.wast.from-wast b/test/unit.wast.from-wast
index 7fb82d69d..721b6c3d2 100644
--- a/test/unit.wast.from-wast
+++ b/test/unit.wast.from-wast
@@ -610,7 +610,9 @@
)
(block $block12
(unreachable)
- (i32.const 1)
+ (drop
+ (i32.const 1)
+ )
)
)
)