Skip to content

Commit

Permalink
follow up #53127, fix the broken test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jan 31, 2024
1 parent dc474d8 commit 3f67e03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions stdlib/REPL/test/replcompletions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,6 @@ let s = "using ...Issue52922.Inn"
@test "Inner2" in c
end

struct Issue53126
end
Base.propertynames(::Type{A}) = error()
@test isempty(test_complete_foo(A))
struct Issue53126 end
Base.propertynames(::Issue53126) = error("this should not be called")
@test isempty(test_complete_context("Issue53126()."))

0 comments on commit 3f67e03

Please sign in to comment.