Skip to content

Commit 922a186

Browse files
committed
Update test/broadcast.jl
1 parent b8db714 commit 922a186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
@test y == 5
3232
# FIXME This should not allocate but I couldn't figure out where these
3333
# allocations come from.
34-
alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
34+
alloc_test_le(() -> MA.broadcast!!(+, a, b), 336)
3535
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
3636
end
3737

0 commit comments

Comments
 (0)