]> gitweb.factorcode.org Git - factor.git/blob - basis/system-info/windows/nt/nt-tests.factor
Fix http tests and io.server.connection docs
[factor.git] / basis / system-info / windows / nt / nt-tests.factor
1 USING: math.order strings system-info.backend
2 system-info.windows system-info.windows.nt
3 tools.test ;
4 IN: system-info.windows.nt.tests
5
6 [ t ] [ cpus 0 1024 between? ] unit-test
7 [ t ] [ username string? ] unit-test