summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.fromasm.imprecise')
-rw-r--r--test/wasm-only.fromasm.imprecise14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/wasm-only.fromasm.imprecise b/test/wasm-only.fromasm.imprecise
index ec74eb35b..8a9115ff9 100644
--- a/test/wasm-only.fromasm.imprecise
+++ b/test/wasm-only.fromasm.imprecise
@@ -243,11 +243,11 @@
)
)
(func $switch64 (param $0 i64) (result i32)
- (block $switch$0 i32
- (block $switch-default$3
- (block $switch-case$2
- (block $switch-case$1
- (br_table $switch-case$2 $switch-default$3 $switch-case$1 $switch-default$3
+ (block $switch i32
+ (block $switch-default
+ (block $switch-case0
+ (block $switch-case
+ (br_table $switch-case0 $switch-default $switch-case $switch-default
(i32.wrap/i64
(i64.sub
(get_local $0)
@@ -256,11 +256,11 @@
)
)
)
- (br $switch$0
+ (br $switch
(i32.const 11000)
)
)
- (br $switch$0
+ (br $switch
(i32.const 10)
)
)