Skip to content

Commit

Permalink
fix no-flat-float-array tests after #10542
Browse files Browse the repository at this point in the history
(issue reported by David Allsopp)
  • Loading branch information
gasche committed Jul 31, 2021
1 parent 44e473e commit 8949e28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
(array.unsafe_get[addr] addr_a 0)
(function a (array.unsafe_get[addr] a 0)) (array.set[int] int_a 0 1)
(array.set[addr] float_a 0 1.) (array.set[addr] addr_a 0 "a")
(function a x (array.set[addr] a 0 x))
(function a x : int (array.set[addr] a 0 x))
(array.unsafe_set[int] int_a 0 1) (array.unsafe_set[addr] float_a 0 1.)
(array.unsafe_set[addr] addr_a 0 "a")
(function a x (array.unsafe_set[addr] a 0 x))
(function a x : int (array.unsafe_set[addr] a 0 x))
(let
(eta_gen_len = (function prim stub (array.length[addr] prim))
eta_gen_safe_get =
Expand Down

0 comments on commit 8949e28

Please sign in to comment.