summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-06-16 14:38:30 -0700
committerGitHub <noreply@github.com>2020-06-16 14:38:30 -0700
commit7ded490ec06286bb016bcb525e8d816f952e7bfc (patch)
treedc7db801d6de6a01cd1784072b0e4691431dac04 /tests
parente35b21e55310e93ca04980febe1a48c9436bded9 (diff)
downloadNim-7ded490ec06286bb016bcb525e8d816f952e7bfc.tar.gz
cleanup tests/test_nimscript.nims (#14686)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_nimscript.nims10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims
index de4b34728..7c64ea762 100644
--- a/tests/test_nimscript.nims
+++ b/tests/test_nimscript.nims
@@ -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")