math.complex: update test using.
parent
bc0789ca91
commit
979c13e156
|
@ -1,6 +1,6 @@
|
||||||
USING: kernel math math.constants math.functions math.order
|
USING: accessors eval kernel math math.complex math.constants
|
||||||
tools.test prettyprint prettyprint.config namespaces eval
|
math.functions math.order namespaces prettyprint
|
||||||
accessors ;
|
prettyprint.config tools.test ;
|
||||||
|
|
||||||
[ 1 C{ 0 1 } rect> ] must-fail
|
[ 1 C{ 0 1 } rect> ] must-fail
|
||||||
[ C{ 0 1 } 1 rect> ] must-fail
|
[ C{ 0 1 } 1 rect> ] must-fail
|
||||||
|
|
Loading…
Reference in New Issue