Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 17, 2024
1 parent 592c844 commit 90258ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
@test x == 4
@test y == 5
# FIXME This should not allocate but I couldn't figure out where these
# 240 come from.
# allocations come from.
alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
end
Expand Down

0 comments on commit 90258ce

Please sign in to comment.