Skip to content

Commit

Permalink
Update test/broadcast.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 17, 2024
1 parent 90258ce commit 291baa2
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 @@ -31,7 +31,7 @@ end
@test y == 5
# FIXME This should not allocate but I couldn't figure out where these
# allocations come from.
alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
alloc_test_le(() -> MA.broadcast!!(+, a, b), 336)
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
end

Expand Down

0 comments on commit 291baa2

Please sign in to comment.