Skip to content

Commit b1469bf

Browse files
squash! Define basic tests
1 parent 7c97abd commit b1469bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ using Test
7171
v3 = rand(5)
7272
v′ = @. v1 + v2 + v3;
7373
@test findmin(v′) == vfindmin(+, v1, v2, v3)
74-
# Varargs
7574
end
7675
@testset "vfindminmax_vararg" begin
7776
A′ = @. A1 * A2 + A3;

0 commit comments

Comments
 (0)