Skip to content

Commit

Permalink
Handle JuliaLang#14569 test additions when no Float16
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jan 31, 2016
1 parent c012315 commit 1825f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/floatfuncs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end
@test maxintfloat() == maxintfloat(Float64)

# isinteger
for elty in (Float16,Float32,Float64)
for elty in floattypes
@test !isinteger(elty(1.2))
@test isinteger(elty(12))
@test isinteger(zero(elty))
Expand Down

0 comments on commit 1825f0c

Please sign in to comment.