math.complex: Fix using list.

db4
Doug Coleman 2012-08-12 13:55:36 -07:00
parent 4561cf7684
commit 432c114745
1 changed files with 2 additions and 1 deletions

View 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