Skip to content

Commit

Permalink
Fix subset
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 7, 2017
1 parent 19f0655 commit ce97fcf
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 @@ -231,7 +231,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 ce97fcf

Please sign in to comment.