]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/prettyprint-tests.factor
Fixing various test failures and updating some more vocabs for >r/r> removal
[factor.git] / basis / prettyprint / prettyprint-tests.factor
index 648c7079677ac0dbbd45972ef30e893ce0ceac55..b1239086d7d74ec238695fe47d2b1c3fd0180a9d 100644 (file)
@@ -3,7 +3,7 @@ kernel math namespaces parser prettyprint prettyprint.config
 prettyprint.sections sequences tools.test vectors words
 effects splitting generic.standard prettyprint.private
 continuations generic compiler.units tools.walker eval
-accessors make ;
+accessors make vocabs.parser ;
 IN: prettyprint.tests
 
 [ "4" ] [ 4 unparse ] unit-test