]> gitweb.factorcode.org Git - factor.git/blobdiff - core/quotations/quotations-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / quotations / quotations-tests.factor
index 9093e9960e198a77be9eab66b5d7cab9fe85c8ed..4deb0769bcbb711ade59ac5d9961a1ebea7001a1 100644 (file)
@@ -1,5 +1,4 @@
-USING: math kernel quotations tools.test sequences ;
-IN: quotations.tests
+USING: kernel math quotations sequences tools.test ;
 
 { [ 3 ] } [ 3 [ ] curry ] unit-test
 { [ \ + ] } [ \ + [ ] curry ] unit-test