Skip to content

Commit

Permalink
changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieWilynnton committed Jan 17, 2024
1 parent 94a0cb3 commit 7b121ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stdlib/Libdl/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b121ab

Please sign in to comment.