From 409f3608785f6e43cd395e911692ab03d47e7be2 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Thu, 27 Apr 2023 11:07:26 +0200 Subject: [PATCH] remove debug print from loading test --- test/loading.jl | 1 - 1 file changed, 1 deletion(-) 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