Skip to content

Commit

Permalink
remove debug print from loading test (#49534)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Apr 27, 2023
1 parent bc2fa50 commit bf7bd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf7bd3f

Please sign in to comment.