We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37942e commit cf112e9Copy full SHA for cf112e9
test/specialvalues.jl
@@ -29,7 +29,7 @@ end
29
@testset "Inf and NaN layout $T" for T in (Double16, Double32, Double64)
30
@test isinf(HI(T(Inf)))
31
@test isnan(HI(T(NaN)))
32
- @test isnan(LO(T(Inf)))
+ @test isinf(LO(T(Inf)))
33
@test isnan(LO(T(NaN)))
34
end
35
0 commit comments