math.complex: Fix using list.
parent
4561cf7684
commit
432c114745
|
@ -1,5 +1,6 @@
|
||||||
USING: kernel math math.constants math.functions math.order
|
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
|
IN: math.complex.tests
|
||||||
|
|
||||||
[ 1 C{ 0 1 } rect> ] must-fail
|
[ 1 C{ 0 1 } rect> ] must-fail
|
||||||
|
|
Loading…
Reference in New Issue