Skip to content

Commit

Permalink
Update use of deprecated OS check in osutils test (#22759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored and tkelman committed Jul 11, 2017
1 parent 2b20824 commit 31dded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/osutils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end
@test (@static false || 1) === 1

# test that path variables use correct path delimiters on windows
if is_windows()
if Sys.iswindows()
@test !contains(Base.SYSCONFDIR, "/")
@test !contains(Base.DATAROOTDIR, "/")
@test !contains(Base.DOCDIR, "/")
Expand Down

0 comments on commit 31dded0

Please sign in to comment.