diff options
author | Araq <rumpf_a@web.de> | 2020-05-01 18:20:36 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-05-02 22:31:19 +0200 |
commit | 7bac6f5f9af3c5c8190b81d5eded9df6b11cf5cb (patch) | |
tree | b74a866217cf2ec6d90063e514614a4fd4d87c66 /tests | |
parent | 8e04ef3c0fd1316f1a59c6a6379645e0365a52f2 (diff) | |
download | Nim-7bac6f5f9af3c5c8190b81d5eded9df6b11cf5cb.tar.gz |
don't close #14142
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_nimscript.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims index 2325d96cb..a2e8ac945 100644 --- a/tests/test_nimscript.nims +++ b/tests/test_nimscript.nims @@ -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") |