swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: b5a86d8005d6897b60c332f9e59124664d1d99bc authored by Prem Chintalapudi on 10 December 2023, 16:30:23 UTC
Fix warnings, remove confusing phi node
Tip revision: b5a86d8
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top