Skip to content

Commit bb53229

Browse files
authored
Only import SpecialFunctions in runtests.jl
1 parent 0b30f25 commit bb53229

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/rulesets/packages/SpecialFunctions.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using SpecialFunctions
2-
31
@testset "SpecialFunctions" for x in (1.0, -1.0, 0.0, 0.5, 10.0, -17.1, 1.5 + 0.7im)
42
test_scalar(SpecialFunctions.erf, x)
53
test_scalar(SpecialFunctions.erfc, x)

0 commit comments

Comments
 (0)