We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c97abd commit b1469bfCopy full SHA for b1469bf
test/runtests.jl
@@ -71,7 +71,6 @@ using Test
71
v3 = rand(5)
72
v′ = @. v1 + v2 + v3;
73
@test findmin(v′) == vfindmin(+, v1, v2, v3)
74
- # Varargs
75
end
76
@testset "vfindminmax_vararg" begin
77
A′ = @. A1 * A2 + A3;
0 commit comments