From 51e8a735b57dbb284b1b4d4a3fa87f696b6d329c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 6 Sep 2005 18:52:06 +0000 Subject: [PATCH] typos --- library/syntax/prettyprint.factor | 2 +- library/test/compiler/optimizer.factor | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/library/syntax/prettyprint.factor b/library/syntax/prettyprint.factor index 7c31a6a0a9..b5bcb05a50 100644 --- a/library/syntax/prettyprint.factor +++ b/library/syntax/prettyprint.factor @@ -310,7 +310,7 @@ M: wrapper pprint* ( wrapper -- ) : with-pprint ( quot -- ) [ - pprinter set pprint* end-block + pprinter set call end-blocks pprinter get do-pprint ] with-scope ; inline diff --git a/library/test/compiler/optimizer.factor b/library/test/compiler/optimizer.factor index 342bc930c1..8f13b63e57 100644 --- a/library/test/compiler/optimizer.factor +++ b/library/test/compiler/optimizer.factor @@ -1,16 +1,7 @@ IN: temporary -USING: generic kernel-internals strings vectors ; -USE: test -USE: assembler -USE: compiler -USE: compiler-frontend -USE: inference -USE: words -USE: math -USE: kernel -USE: lists -USE: sequences -USE: prettyprint +USING: assembler compiler compiler-backend generic inference +kernel kernel-internals lists math prettyprint sequences strings +test vectors words ; ! Some dataflow tests ! [ 3 ] [ 1 2 3 (subst-value) ] unit-test -- 2.34.1