Skip to content

Commit 543fd73

Browse files
Update specialvalues.jl
1 parent 371f3fc commit 543fd73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/specialvalues.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ end
2929
@testset "Inf and NaN layout $T" for T in (Double16, Double32, Double64)
3030
@test isinf(HI(T(Inf)))
3131
@test isnan(HI(T(NaN)))
32-
@test isinf(LO(T(Inf)))
33-
@test isnan(LO(T(NaN)))
3432
end
3533

3634
@testset "Inf and NaN conversion" for T in (Double16, Double32, Double64)

0 commit comments

Comments
 (0)