Unit test fix

darcs
slava 2006-11-22 18:00:05 +00:00
parent 383c63021c
commit 12db389fc2
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
IN: temporary
USING: kernel math namespaces prettyprint test math-internals ;
USING: kernel math namespaces prettyprint test math-internals
errors ;
[ "-8" ] [ -8 unparse ] unit-test
@ -115,4 +116,4 @@ unit-test
! We don't care if this fails or returns 0 (its CPU-specific)
! as long as it doesn't crash
[ ] [ [ 0 0 /i ] catch drop ] unit-test
[ ] [ [ 0 0 /i ] catch clear ] unit-test