summaryrefslogtreecommitdiff
path: root/test/unit.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast')
-rw-r--r--test/unit.wast4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit.wast b/test/unit.wast
index a429675de..c28e7b7f8 100644
--- a/test/unit.wast
+++ b/test/unit.wast
@@ -545,7 +545,9 @@
)
(block
(unreachable)
- (i32.const 1) ;; ends in a concrete, after an unreachable
+ (drop
+ (i32.const 1)
+ )
)
)
)