]> gitweb.factorcode.org Git - factor.git/blobdiff - library/test/prettyprint.factor
working on the test suite
[factor.git] / library / test / prettyprint.factor
index 4ad70e9ed598a91e3292b70a2dc70c8f36f24820..c3933c00b853bbd2f80329e4f2265832420e9ece 100644 (file)
@@ -1,14 +1,7 @@
 IN: scratchpad
 USE: lists
 USE: prettyprint
-USE: stdio
 USE: test
 USE: vocabularies
 
-"Checking prettyprinter." print
-
-! This was broken due to uninterned words having a null vocabulary.
-[ #:uninterned ] prettyprint
-
-! Now do a little benchmark
 [ vocabs [ words [ see ] each ] each ] time