This commit is contained in:
Araq
2020-05-01 18:20:36 +02:00
committed by Andreas Rumpf
parent 8e04ef3c0f
commit 7bac6f5f9a

View File

@@ -73,7 +73,7 @@ import std/[
block:
doAssert "./foo//./bar/".normalizedPath == "foo/bar".unixToNativePath
block: # #14142
when false: # #14142
discard existsDir("/usr")
discard dirExists("/usr")
discard existsFile("/usr/foo")