Skip to content

Commit

Permalink
revert part of #44444 which seems to make buildkite unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Nov 7, 2022
1 parent 10f616d commit f69b361
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1175,16 +1175,9 @@ end

GC.safepoint()

mktemp() do tmppath, _
open(tmppath, "w") do tmpio
redirect_stderr(tmpio) do
GC.enable_logging(true)
GC.gc()
GC.enable_logging(false)
end
end
@test occursin("GC: pause", read(open(tmppath), String))
end
GC.enable_logging(true)
GC.gc()
GC.enable_logging(false)
end

@testset "fieldtypes Module" begin
Expand Down

0 comments on commit f69b361

Please sign in to comment.