Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Oct 13, 2020
1 parent 649e8bb commit 79da522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module TestJLL end

# Issue #20
if Sys.iswindows()
@test occursin(Sys.BINDIR, JLLWrappers.get_julia_libpaths())
@test Sys.BINDIR JLLWrappers.get_julia_libpaths()
end
end
end

0 comments on commit 79da522

Please sign in to comment.