diff --git a/basis/math/complex/complex-tests.factor b/basis/math/complex/complex-tests.factor index 537163cb09..9869d0d593 100644 --- a/basis/math/complex/complex-tests.factor +++ b/basis/math/complex/complex-tests.factor @@ -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