Skip to content

Commit cf112e9

Browse files
authored
change test
1 parent a37942e commit cf112e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specialvalues.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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 isnan(LO(T(Inf)))
32+
@test isinf(LO(T(Inf)))
3333
@test isnan(LO(T(NaN)))
3434
end
3535

0 commit comments

Comments
 (0)