]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/system-info/windows/nt/nt-tests.factor
Fixes for out parameter changes
[factor.git] / basis / system-info / windows / nt / nt-tests.factor
old mode 100644 (file)
new mode 100755 (executable)
index 4ea274d..dfbd8b3
@@ -1,5 +1,7 @@
-USING: math.order strings ;
-IN: system-info.windows.nt
+USING: math.order strings system-info.backend
+system-info.windows system-info.windows.nt
+tools.test ;
+IN: system-info.windows.nt.tests
 
 [ t ] [ cpus 0 1024 between? ] unit-test
 [ t ] [ username string? ] unit-test