]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.windows: :facepalm:
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 19:46:35 +0000 (12:46 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 19:46:35 +0000 (12:46 -0700)
basis/system-info/windows/windows-tests.factor

index 143934c7c81edef3b6c8bd72e709aa08cd292ec5..c67c61d8bba18ecb699a4a9b6ef59215b117dbd9 100644 (file)
@@ -1,5 +1,5 @@
-USING: math math.order strings system-info.windows tools.test
-system system-info ;
+USING: kernel math math.order strings system-info.windows
+tools.test system system-info ;
 
 { t } [ cpus integer? ] unit-test