We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Core.Box
1 parent f72cd4d commit 168d18dCopy full SHA for 168d18d
1 file changed
test/setup.jl
@@ -8,6 +8,10 @@ using Base.Experimental: @sync
8
9
include("json.jl")
10
11
+if isdefined(Test, :detect_closure_boxes)
12
+ @test isempty(Test.detect_closure_boxes(Downloads))
13
+end
14
+
15
function download_body(url::AbstractString; kwargs...)
16
sprint() do output
17
download(url, output; kwargs...)
0 commit comments