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.
@artifact_str
1 parent 05dcc5b commit 02f3df8Copy full SHA for 02f3df8
stdlib/Artifacts/test/runtests.jl
@@ -91,7 +91,7 @@ end
91
HelloWorldC_exe_path = joinpath(HelloWorldC_dir, "bin", "hello_world$(exeext)")
92
@test isfile(HelloWorldC_exe_path)
93
94
- HelloWorldC_dir_explicit_artifact = eval(:(@artifact_str "HelloWorldC" joinpath(@__DIR__, "Artifacts.toml")))
+ HelloWorldC_dir_explicit_artifact = eval(:(@artifact_str "HelloWorldC" nothing joinpath(@__DIR__, "Artifacts.toml")))
95
@test isdir(HelloWorldC_dir_explicit_artifact)
96
97
# Simple slash-indexed lookup
0 commit comments