]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/features/features-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cpu / x86 / features / features-tests.factor
index 69847cacfa6166b1325ed80a3c6b884790dac225..680e6559959dff4a0bf5867fecdcddb5e9d07925 100644 (file)
@@ -1,7 +1,7 @@
-IN: cpu.x86.features.tests
 USING: cpu.x86.features tools.test kernel sequences math system ;
+IN: cpu.x86.features.tests
 
 cpu x86? [
     [ t ] [ sse2? { t f } member? ] unit-test
     [ t ] [ [ 10000 [ ] times ] count-instructions integer? ] unit-test
-] when
\ No newline at end of file
+] when