]> gitweb.factorcode.org Git - factor.git/commitdiff
math.complex: Fix using list.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 12 Aug 2012 20:55:36 +0000 (13:55 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 12 Aug 2012 20:55:36 +0000 (13:55 -0700)
basis/math/complex/complex-tests.factor

index 537163cb09ea0bd586e263c213f813fde110495f..9869d0d593e28bac99a7ef979738079e02bfd179 100644 (file)
@@ -1,5 +1,6 @@
 USING: kernel math math.constants math.functions math.order
-tools.test prettyprint prettyprint.config namespaces ;
+tools.test prettyprint prettyprint.config namespaces eval
+accessors ;
 IN: math.complex.tests
 
 [ 1 C{ 0 1 } rect> ] must-fail