Skip to content

Commit

Permalink
silence output from a TOML test (#41145)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jun 9, 2021
1 parent f442e42 commit 9bb992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/TOML/test/print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ end
@test roundtrip(s)

d = Dict("str" => string(Char(0xd800)))
@test_throws ErrorException TOML.print(d)
@test_throws ErrorException TOML.print(devnull, d)
end

0 comments on commit 9bb992c

Please sign in to comment.