Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Oct 14, 2018
1 parent d5cdefb commit e5615f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit_Intersection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ for N in [Float64, Rational{Int}, Float32]
@test (ones(N, 2), I) && !(N[5, 5], I)

# emptiness of intersection
@test !isempty_known(I)
@test !isempty(I)
@test isempty_known(I)
@test !isempty(I)

# =================
Expand Down

0 comments on commit e5615f8

Please sign in to comment.