summaryrefslogtreecommitdiff
path: root/test/unreachable-pops.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/unreachable-pops.wasm.fromBinary')
-rw-r--r--test/unreachable-pops.wasm.fromBinary3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unreachable-pops.wasm.fromBinary b/test/unreachable-pops.wasm.fromBinary
index 08af405f2..d4ed2ae70 100644
--- a/test/unreachable-pops.wasm.fromBinary
+++ b/test/unreachable-pops.wasm.fromBinary
@@ -1,7 +1,8 @@
(module
(type $0 (func (result i32)))
(func $0 (result i32)
- (block $label$1 (result i32)
+ (i32.add
+ (unreachable)
(unreachable)
)
)