]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/features/features-tests.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / cpu / x86 / features / features-tests.factor
index 63582ec1bf724a5b21f4be4cc3b31afb357a4f32..b5a33637ee0bc989a52148c2c337408609797184 100644 (file)
@@ -1,5 +1,5 @@
 USING: cpu.x86.features tools.test kernel sequences math math.order
-strings system io.binary ;
+strings system endian ;
 IN: cpu.x86.features.tests
 
 [ t ] [ sse-version 0 42 between? ] unit-test