Skip to content

Commit a166e23

Browse files
authored
Update test/array/allocation.jl
1 parent 4ffa7b1 commit a166e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/array/allocation.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
@test AX != collect(rand(dist, T, dims...))
4242
if T <: AbstractFloat
4343
# FIXME: Not ideal, but I guess sometimes we can get 0?
44-
@test sum(!.(AX .> 0)) < 10
44+
@test sum(.!(AX .> 0)) < 10
4545
end
4646

4747
if T in [Float32, Float64]

0 commit comments

Comments
 (0)