Skip to content

Commit 2246ae8

Browse files
.
1 parent ef39e83 commit 2246ae8

File tree

3 files changed

+308
-242
lines changed

3 files changed

+308
-242
lines changed

tests/compiler/switch.debug.wat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,7 +3316,7 @@
33163316
local.get $0
33173317
i32.store
33183318
local.get $0
3319-
call $switch/doSwitchString
3319+
call $switch/doSwitchNullableString
33203320
i32.const 1
33213321
i32.eq
33223322
i32.eqz
@@ -3334,7 +3334,7 @@
33343334
local.get $0
33353335
i32.store
33363336
local.get $0
3337-
call $switch/doSwitchString
3337+
call $switch/doSwitchNullableString
33383338
i32.const 2
33393339
i32.eq
33403340
i32.eqz
@@ -3352,7 +3352,7 @@
33523352
local.get $0
33533353
i32.store
33543354
local.get $0
3355-
call $switch/doSwitchString
3355+
call $switch/doSwitchNullableString
33563356
i32.const 3
33573357
i32.eq
33583358
i32.eqz
@@ -3370,7 +3370,7 @@
33703370
local.get $0
33713371
i32.store
33723372
local.get $0
3373-
call $switch/doSwitchString
3373+
call $switch/doSwitchNullableString
33743374
i32.const 4
33753375
i32.eq
33763376
i32.eqz

0 commit comments

Comments
 (0)