mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
cleanup tests/test_nimscript.nims (#14686)
This commit is contained in:
@@ -69,19 +69,11 @@ import std/[
|
||||
decls, compilesettings, with, wrapnils
|
||||
]
|
||||
|
||||
echo "Nimscript imports are successful."
|
||||
|
||||
block:
|
||||
doAssert "./foo//./bar/".normalizedPath == "foo/bar".unixToNativePath
|
||||
|
||||
when false: # #14142
|
||||
discard existsDir("/usr")
|
||||
discard dirExists("/usr")
|
||||
discard existsFile("/usr/foo")
|
||||
discard fileExists("/usr/foo")
|
||||
discard findExe("nim")
|
||||
|
||||
echo "Nimscript imports are successful."
|
||||
|
||||
block: # #14142
|
||||
discard existsDir("/usr")
|
||||
discard dirExists("/usr")
|
||||
|
||||
Reference in New Issue
Block a user