summary refs log tree commit diff stats
path: root/tests/compile/twalker.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/twalker.nim')
-rwxr-xr-xtests/compile/twalker.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/twalker.nim b/tests/compile/twalker.nim
index 3fdd8769b..89e6c2b9d 100755
--- a/tests/compile/twalker.nim
+++ b/tests/compile/twalker.nim
@@ -1,7 +1,7 @@
 # iterate over all files with a given filter:

 

 import

-  os, times

+  "../../lib/pure/os.nim", ../../ lib / pure / times

 

 proc main(filter: string) =

   for filename in walkFiles(filter):