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.
1 parent da4a8b6 commit beb18caCopy full SHA for beb18ca
stdlib/libblastrampoline_jll/test/runtests.jl
@@ -3,5 +3,5 @@
3
using Test, Libdl, libblastrampoline_jll
4
5
@testset "libblastrampoline_jll" begin
6
- @test isa(Libdl.dlsym(Libdl.dlopen(:libblastrampoline), :dgemm_64_), Ptr{Nothing})
+ @test isa(Libdl.dlsym(libblastrampoline_handle, :dgemm_64_), Ptr{Nothing})
7
end
0 commit comments