Fix unit tests
parent
453f55cc5d
commit
d2fe9f6abb
|
@ -1,5 +1,5 @@
|
||||||
USING: kernel math namespaces prettyprint
|
USING: kernel math math.functions namespaces prettyprint
|
||||||
math.private continuations tools.test sequences ;
|
math.private continuations tools.test sequences random ;
|
||||||
IN: math.integers.tests
|
IN: math.integers.tests
|
||||||
|
|
||||||
[ "-8" ] [ -8 unparse ] unit-test
|
[ "-8" ] [ -8 unparse ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue