summary refs log tree commit diff stats
path: root/tests/test_nimscript.nims
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-11-09 16:36:49 +0100
committerGitHub <noreply@github.com>2018-11-09 16:36:49 +0100
commit8d850f7a69d473360c5b1a9db9fd998ab9b5dff4 (patch)
tree5debabc119da6ed297d915614d0ec028fc1f534b /tests/test_nimscript.nims
parent8507e506cedc24dca91632092f3899602a262276 (diff)
downloadNim-8d850f7a69d473360c5b1a9db9fd998ab9b5dff4.tar.gz
deprecated ospaths (#9665)
Diffstat (limited to 'tests/test_nimscript.nims')
-rw-r--r--tests/test_nimscript.nims2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims
index d3eb9808e..b9a6097c2 100644
--- a/tests/test_nimscript.nims
+++ b/tests/test_nimscript.nims
@@ -9,7 +9,7 @@ import lists
 import math
 # import marshal
 import options
-import ospaths
+import os
 # import parsecfg
 # import parseopt
 import parseutils
47'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164