mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 10:24:44 +00:00
don't close #14142
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user