Skip to content

Commit 90258ce

Browse files
committed
Update
1 parent 592c844 commit 90258ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)