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.
1 parent f9ebc75 commit 44851a3Copy full SHA for 44851a3
1 file changed
test/setup.jl
@@ -8,7 +8,9 @@ using Base.Experimental: @sync
8
9
include("json.jl")
10
11
-@test isempty(Test.detect_closure_boxes(Downloads))
+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
0 commit comments