diff options
author | Randy Smith <randydsmithhr@gmail.com> | 2018-11-19 02:22:21 -0600 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-19 09:22:21 +0100 |
commit | 6c7abe6e5b9ff46fdf024e471091799361fb387f (patch) | |
tree | 8b672db6d7cae282fea3219d1bb7ad2663e5f689 /tests | |
parent | 9b9f5dee0b4810718a587354aaf4f352bc5c24bb (diff) | |
download | Nim-6c7abe6e5b9ff46fdf024e471091799361fb387f.tar.gz |
Fixes #9671 (#9750)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/assert/testhelper.nim | 2 | ||||
-rw-r--r-- | tests/newconfig/tfoo.nims | 3 | ||||
-rw-r--r-- | tests/vm/tvmmisc.nim | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/tests/assert/testhelper.nim b/tests/assert/testhelper.nim index 754d562ec..2e5ede990 100644 --- a/tests/assert/testhelper.nim +++ b/tests/assert/testhelper.nim @@ -1,5 +1,5 @@ from strutils import endsWith, split -from ospaths import isAbsolute +from os import isAbsolute proc checkMsg*(msg, expectedEnd, name: string)= let filePrefix = msg.split(' ', maxSplit = 1)[0] diff --git a/tests/newconfig/tfoo.nims b/tests/newconfig/tfoo.nims index b9b9a87af..a9e40956e 100644 --- a/tests/newconfig/tfoo.nims +++ b/tests/newconfig/tfoo.nims @@ -3,9 +3,6 @@ mode = ScriptMode.Whatif exec "gcc -v" -# test that ospaths actually compiles: -import ospaths - --forceBuild --path: "../friends" diff --git a/tests/vm/tvmmisc.nim b/tests/vm/tvmmisc.nim index 350f3c08e..85de26e39 100644 --- a/tests/vm/tvmmisc.nim +++ b/tests/vm/tvmmisc.nim @@ -1,7 +1,6 @@ # bug #4462 import macros import os -import ospaths import strutils block: |