Skip to content

Commit bea1b0f

Browse files
committed
Compat will deal with atan2 in tests
1 parent ecae65d commit bea1b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ for T in (Dec32, Dec64, Dec128)
135135
@test f(xd,yd) == f(x,y)
136136
end
137137

138-
for f in (/,hypot,VERSION>=v"0.7.0-alpha.44"?atan:atan2,^)
138+
for f in (/,hypot,atan,^)
139139
@test f(xd,yd) f(x,y)
140140
if f != ^
141141
@test f(yd,xd) f(y,x)

0 commit comments

Comments
 (0)