Skip to content

Commit

Permalink
suppress one more log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Feb 9, 2022
1 parent 19c4a44 commit e441eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/Test/src/logging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ julia> using Test, Logging
julia> f() = @info "Hi" number=5;
julia> test_logger = TestLogger()
TestLogger(LogRecord[], Info, false, nothing, Dict{Any, Int64}())
julia> test_logger = TestLogger();
julia> with_logger(test_logger) do
f()
Expand Down

0 comments on commit e441eb4

Please sign in to comment.