summaryrefslogtreecommitdiff
path: root/test/reg_switch.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/reg_switch.wast.fromBinary')
-rw-r--r--test/reg_switch.wast.fromBinary4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reg_switch.wast.fromBinary b/test/reg_switch.wast.fromBinary
index 89a2fe061..7ea792099 100644
--- a/test/reg_switch.wast.fromBinary
+++ b/test/reg_switch.wast.fromBinary
@@ -3,11 +3,11 @@
(type $0 (func))
(func $0 (type $0)
(if
- (nop)
+ (i32.const 0)
(block $label$0
(block $label$1
(br_table $label$1
- (nop)
+ (i32.const 0)
)
)
)