Skip to content

Commit

Permalink
Fix use of REPL-internal function in test/docs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Dec 14, 2023
1 parent 8190881 commit 56d26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ end
end

struct t_docs_abc end
@test "t_docs_abc" in accessible(@__MODULE__)
@test "t_docs_abc" in string.(accessible(@__MODULE__))

# Call overloading issues #20087 and #44889
"""
Expand Down

0 comments on commit 56d26fd

Please sign in to comment.