Skip to content

Commit f534b8c

Browse files
authored
Fix explicit imports test (#513)
Add `@horner` to the list of functions which are imported though not public.
1 parent b846391 commit f534b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/qa.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ end
2626
# Ref https://github.com/JuliaTesting/ExplicitImports.jl/issues/92
2727
:invπ, # SpecialFunctions
2828
:sqrtπ, # SpecialFunctions
29+
Symbol("@horner"), # Base.Math
2930
),
3031
) === nothing
3132

0 commit comments

Comments
 (0)