math.complex: update test using.

master
John Benediktsson 2020-09-15 16:57:29 -07:00
parent bc0789ca91
commit 979c13e156
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
USING: kernel math math.constants math.functions math.order
tools.test prettyprint prettyprint.config namespaces eval
accessors ;
USING: accessors eval kernel math math.complex math.constants
math.functions math.order namespaces prettyprint
prettyprint.config tools.test ;
[ 1 C{ 0 1 } rect> ] must-fail
[ C{ 0 1 } 1 rect> ] must-fail