Skip to content

Commit

Permalink
change test (new feature supported now)
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 28, 2019
1 parent 698deed commit 39c2831
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/unit_Universe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,8 @@ for N in [Float64, Rational{Int}, Float32]
# subset
res, w = (B, U, true)
@test B U && res && w == N[]
# TODO witness production currently not supported
@test_throws ErrorException ((U, B, true))
# res, w = ⊆(U, B, true)
# @test U ⊈ B && !res && w ∉ B
@test U B
res, w = (U, B, true)
@test U B && !res && w B
res, w = (U, U, true)
@test U U && res && w == N[]
end
Expand Down

0 comments on commit 39c2831

Please sign in to comment.