Skip to content

Commit

Permalink
Fix subset
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 11, 2017
1 parent 8aed052 commit 40eb21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interval_tests/numeric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ end
y = -2..3
@test pow(y, 2.1) == Interval(0.0, 10.045108566305146)
@test pow(y, 2.1) != y^2.1
@test pow(y, 2.1) y^2.1
@test y^2.1 pow(y, 2.1)
end

@testset "Fast interval powers" begin
Expand Down

0 comments on commit 40eb21a

Please sign in to comment.