Skip to content

Commit b8db714

Browse files
committed
Update
1 parent 7daff8f commit b8db714

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
@@ -30,7 +30,7 @@ end
3030
@test x == 4
3131
@test y == 5
3232
# FIXME This should not allocate but I couldn't figure out where these
33-
# 240 come from.
33+
# allocations come from.
3434
alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
3535
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
3636
end

0 commit comments

Comments
 (0)