From 826e369c02e0cce375be95a00bd2c8a524f451d6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 5 Oct 2007 17:54:02 -0400 Subject: [PATCH] Fix unit test failures --- core/prettyprint/prettyprint-tests.factor | 3 ++- extra/ui/tools/walker/walker-tests.factor | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/prettyprint/prettyprint-tests.factor b/core/prettyprint/prettyprint-tests.factor index 8e49a8dda6..e9fc483c38 100644 --- a/core/prettyprint/prettyprint-tests.factor +++ b/core/prettyprint/prettyprint-tests.factor @@ -1,7 +1,8 @@ USING: arrays definitions io.streams.string io.streams.duplex kernel math namespaces parser prettyprint prettyprint.config prettyprint.sections sequences tools.test vectors words -effects splitting generic.standard prettyprint.private ; +effects splitting generic.standard prettyprint.private +continuations ; IN: temporary [ "4" ] [ 4 unparse ] unit-test diff --git a/extra/ui/tools/walker/walker-tests.factor b/extra/ui/tools/walker/walker-tests.factor index d979500002..50da02262b 100644 --- a/extra/ui/tools/walker/walker-tests.factor +++ b/extra/ui/tools/walker/walker-tests.factor @@ -4,7 +4,7 @@ listener tools.test ui ui.gadgets ui.gadgets.worlds ui.gadgets.packs vectors ui.tools ; IN: temporary -[ ] [ "walker" set ] unit-test ! Make sure the toolbar buttons don't throw if we're ! not actually walking. @@ -16,7 +16,6 @@ IN: temporary [ ] [ "walker" get com-inspect ] unit-test [ ] [ "walker" get reset-walker ] unit-test [ ] [ "walker" get com-continue ] unit-test -[ ] [ "walker" get com-abandon ] unit-test : ( gadget -- world ) [ gadget, ] make-pile "Hi" f ;