Skip to content

Commit 7ea03bd

Browse files
authored
Add $T to floatmin2 testcase
1 parent 946af63 commit 7ea03bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specialvalues.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
@test isnan(acoth(T(NaN)))
6363
end
6464

65-
@testset "floatmin2" for T in (Double16, Double32, Double64)
65+
@testset "floatmin2 $T" for T in (Double16, Double32, Double64)
6666
trueval = (twopar = 2one(T); twopar^trunc(Integer,log(floatmin(T)/eps(T))/log(twopar)/twopar))
6767
@test LinearAlgebra.floatmin2(T) == trueval
6868
end

0 commit comments

Comments
 (0)