Fix unit tests

db4
Slava Pestov 2008-04-29 06:01:01 -05:00
parent 453f55cc5d
commit d2fe9f6abb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: kernel math namespaces prettyprint
math.private continuations tools.test sequences ;
USING: kernel math math.functions namespaces prettyprint
math.private continuations tools.test sequences random ;
IN: math.integers.tests
[ "-8" ] [ -8 unparse ] unit-test