diff --git a/test/loading.jl b/test/loading.jl index 13e46fc856990..e019dc95dab26 100644 --- a/test/loading.jl +++ b/test/loading.jl @@ -1035,7 +1035,6 @@ end cmd = gen_extension_cmd(compile) cmd = addenv(cmd, "JULIA_LOAD_PATH" => proj) cmd = pipeline(cmd; stdout, stderr) - @show compile @test success(cmd) end