diff --git a/base/exports.jl b/base/exports.jl index a7cc07559a6cf..888587b30a0c5 100644 --- a/base/exports.jl +++ b/base/exports.jl @@ -1080,6 +1080,7 @@ public Checked, Filesystem, Order, + ScopedValues, Sort, # Types diff --git a/test/misc.jl b/test/misc.jl index 99b5af8b7093f..a257b0e79a4ac 100644 --- a/test/misc.jl +++ b/test/misc.jl @@ -1540,7 +1540,7 @@ end @testset "Base docstrings" begin undoc = Docs.undocumented_names(Base) @test_broken isempty(undoc) - @test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :Sort, :TTY] + @test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :ScopedValues, :Sort, :TTY] end @testset "Base.Libc docstrings" begin