]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/integers/integers-tests.factor
more test IN: cleanup.
[factor.git] / core / math / integers / integers-tests.factor
index 263a329e261c22f99e20218d9016e91e7d997a06..46c00fb11c8314fc04300b9c83772b011b6d56c2 100644 (file)
@@ -1,7 +1,6 @@
 USING: continuations kernel math math.functions math.order
 math.private namespaces prettyprint prettyprint.config random
 sequences tools.test ;
-IN: math.integers.tests
 
 10 number-base [
     [ "-8" ] [ -8 unparse ] unit-test