diff --git a/stdlib/Libdl/test/runtests.jl b/stdlib/Libdl/test/runtests.jl index cbff36c870fe71..ef7b8abf833379 100644 --- a/stdlib/Libdl/test/runtests.jl +++ b/stdlib/Libdl/test/runtests.jl @@ -331,7 +331,5 @@ end end; end @testset "Docstrings" begin - undoc = Docs.undocumented_names(Libdl) - @test_broken isempty(undoc) - @test undoc == [:Libdl] + @test isempty(Docs.undocumented_names(Libdl)) end