Skip to content

Commit f4b2d17

Browse files
kshyattvchuravy
andcommitted
Update test/core/device/intrinsics/math.jl
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
1 parent c5424f8 commit f4b2d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/device/intrinsics/math.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ using SpecialFunctions
105105
@test testf(x->exp.(x), [1e7im])
106106
end
107107

108-
@testset "Real - $op" for op in (exp, abs, abs2, exp10, log10)
108+
@testset "Real - $op" for op in (abs, abs2, exp, exp10, log, log10)
109109
@testset "$T" for T in (Float16, Float32, Float64)
110110
@test testf(x->op.(x), rand(T, 1))
111111
end

0 commit comments

Comments
 (0)