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 649e8bb commit 79da522Copy full SHA for 79da522
test/runtests.jl
@@ -44,7 +44,7 @@ module TestJLL end
44
45
# Issue #20
46
if Sys.iswindows()
47
- @test occursin(Sys.BINDIR, JLLWrappers.get_julia_libpaths())
+ @test Sys.BINDIR ∈ JLLWrappers.get_julia_libpaths()
48
end
49
50
0 commit comments