]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/math-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / math / math-tests.factor
index d7487502599c38258742c0dc4f06568943bd7f24..5c309c92dcfa7415a7975c16a095b63e84e92beb 100644 (file)
@@ -1,4 +1,4 @@
-USING: kernel layouts math math.private namespaces make tools.test ;
+USING: kernel layouts make math math.private tools.test ;
 IN: math.tests
 
 { } [ 5 [ ] times ] unit-test