Skip to content

Commit e2b33ba

Browse files
authored
Remove duplicate union test (#225)
1 parent 13d5500 commit e2b33ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_cumsum.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ cmpop(p) = isinteger(real(first(p))) && isinteger(real(step(p))) ? (==) : (≈)
9999
end
100100

101101
a,b = RangeCumsum(Base.OneTo(5)), RangeCumsum(Base.OneTo(6))
102-
@test union(a,b) union(b,a) b
103102
@test sort!(copy(a)) == a
104103
@test sort!(a) a
105104
@test sort(a) a == Vector(a)

0 commit comments

Comments
 (0)