]> gitweb.factorcode.org Git - factor.git/blobdiff - library/test/compiler/optimizer.factor
typos
[factor.git] / library / test / compiler / optimizer.factor
index 342bc930c188d88c03de385e5797d54c290ad716..8f13b63e572a2d7525bf39714b36ab05b0e1659d 100644 (file)
@@ -1,16 +1,7 @@
 IN: temporary
-USING: generic kernel-internals strings vectors ;
-USE: test
-USE: assembler
-USE: compiler
-USE: compiler-frontend
-USE: inference
-USE: words
-USE: math
-USE: kernel
-USE: lists
-USE: sequences
-USE: prettyprint
+USING: assembler compiler compiler-backend generic inference
+kernel kernel-internals lists math prettyprint sequences strings
+test vectors words ;
 
 ! Some dataflow tests
 ! [ 3 ] [ 1 2 3 (subst-value) ] unit-test