Skip to content

Commit

Permalink
add test case for #53999
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed May 29, 2024
1 parent 3db79fe commit 65581ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stdlib/REPL/test/replcompletions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2302,3 +2302,9 @@ let s = "TestImplicitUsing.@asse"
@test res
@test "@assert" in c
end
# JuliaLang/julia#53999
let s = "using Base.Thre"
c, r, res = test_complete_context(s)
@test res
@test "Threads" in c
end

0 comments on commit 65581ed

Please sign in to comment.