Skip to content

Commit 57ec23d

Browse files
authored
Revert invalid debugging code
1 parent 199f878 commit 57ec23d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/runtests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ function run_test((test_name, test_expected_outputs, test_success), libblas_name
5353
if !expected_return_value
5454
@error("Test failed", env, p.exitcode)
5555
println(output)
56-
57-
lbt_path = joinpath(libdirs[1], "libblastrampoline.dll")
58-
println("ldd $(lbt_path)")
59-
run(ignorestatus(`ldd $(lbt_path)`))
60-
println()
61-
println("ldd $(dir)/$(test_name).exe")
62-
run(ignorestatus(`ldd $(dir)/$(test_name).exe`))
6356
end
6457
@test expected_return_value
6558

0 commit comments

Comments
 (0)