]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.windows: bring back username test on win32
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 16:45:06 +0000 (09:45 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 16:45:06 +0000 (09:45 -0700)
basis/system-info/windows/windows-tests.factor

index c67c61d8bba18ecb699a4a9b6ef59215b117dbd9..ba3cd5d95d5bd1f98e907e1d78cf8bc518855fd6 100644 (file)
@@ -1,8 +1,5 @@
-USING: kernel math math.order strings system-info.windows
-tools.test system system-info ;
+USING: math strings tools.test system-info ;
 
 { t } [ cpus integer? ] unit-test
 
-cpu x86.32 = [
-    { t } [ username string? ] unit-test
-] unless
+{ t } [ username string? ] unit-test