Skip to content

Commit 79da522

Browse files
authored
Fix test
1 parent 649e8bb commit 79da522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module TestJLL end
4444

4545
# Issue #20
4646
if Sys.iswindows()
47-
@test occursin(Sys.BINDIR, JLLWrappers.get_julia_libpaths())
47+
@test Sys.BINDIR JLLWrappers.get_julia_libpaths()
4848
end
4949
end
5050
end

0 commit comments

Comments
 (0)