summary refs log tree commit diff stats
path: root/tests/assert/testhelper.nim
diff options
context:
space:
mode:
authorRandy Smith <randydsmithhr@gmail.com>2018-11-19 02:22:21 -0600
committerAndreas Rumpf <rumpf_a@web.de>2018-11-19 09:22:21 +0100
commit6c7abe6e5b9ff46fdf024e471091799361fb387f (patch)
tree8b672db6d7cae282fea3219d1bb7ad2663e5f689 /tests/assert/testhelper.nim
parent9b9f5dee0b4810718a587354aaf4f352bc5c24bb (diff)
downloadNim-6c7abe6e5b9ff46fdf024e471091799361fb387f.tar.gz
Fixes #9671 (#9750)
Diffstat (limited to 'tests/assert/testhelper.nim')
-rw-r--r--tests/assert/testhelper.nim2
1 files changed, 1 insertions, 1 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]