]> gitweb.factorcode.org Git - factor.git/commitdiff
math.complex: update test using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Sep 2020 23:57:29 +0000 (16:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Sep 2020 23:57:29 +0000 (16:57 -0700)
basis/math/complex/complex-tests.factor

index 6819efd06af922601e3f34042dfa3396037a1c22..9e43f9743b7dfaf87a29dc8ed7635f4b83eae70e 100644 (file)
@@ -1,6 +1,6 @@
-USING: kernel math math.constants math.functions math.order
-tools.test prettyprint prettyprint.config namespaces eval
-accessors ;
+USING: accessors eval kernel math math.complex math.constants
+math.functions math.order namespaces prettyprint
+prettyprint.config tools.test ;
 
 [ 1 C{ 0 1 } rect> ] must-fail
 [ C{ 0 1 } 1 rect> ] must-fail