Skip to content

Commit

Permalink
[libblastrampoline_jll] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 24, 2023
1 parent da4a8b6 commit 6b0b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/libblastrampoline_jll/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
using Test, Libdl, libblastrampoline_jll

@testset "libblastrampoline_jll" begin
@test isa(Libdl.dlsym(Libdl.dlopen(:libblastrampoline), :dgemm_64_), Ptr{Nothing})
@test isa(Libdl.dlsym(libblastrampoline_jll.libblastrampoline_handle, :dgemm_64_), Ptr{Nothing})
end

0 comments on commit 6b0b3a7

Please sign in to comment.