Skip to content

Commit bda41b9

Browse files
authored
Update fixtures (#2456)
1 parent b0ca388 commit bda41b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiler/std/array.debug.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5344,7 +5344,7 @@
53445344
end
53455345
end
53465346
)
5347-
(func $start:std/array~anonymous|25 (param $value i32) (param $$1 i32) (param $$2 i32) (result f32)
5347+
(func $start:std/array~anonymous|25 (param $value i32) (param $index i32) (param $arr i32) (result f32)
53485348
local.get $value
53495349
f32.convert_i32_s
53505350
)

0 commit comments

Comments
 (0)