Skip to content

Commit

Permalink
Add test for and close #9085, eqfui odd inconsistency
Browse files Browse the repository at this point in the history
this may actually have been worked around by #14520, not sure
  • Loading branch information
tkelman committed Jan 31, 2016
1 parent c1b36cf commit cece06f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/numbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,9 @@ end
@test 2.0^63 != UInt64(2)^63+1

@test typemax(UInt64) != 2.0^64
# issue #9085
f9085() = typemax(UInt64) != 2.0^64
@test f9085()

@test typemax(UInt64) < Float64(typemax(UInt64))
@test typemax(Int64) < Float64(typemax(Int64))
Expand Down

0 comments on commit cece06f

Please sign in to comment.