summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/assert/testhelper.nim2
-rw-r--r--tests/newconfig/tfoo.nims3
-rw-r--r--tests/vm/tvmmisc.nim1
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: