From 432c114745e7affb26fbe533534a7698d6afded4 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 12 Aug 2012 13:55:36 -0700 Subject: [PATCH] math.complex: Fix using list. --- basis/math/complex/complex-tests.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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