]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/prettyprint-tests.factor
Update documentation for stricter vocabulary search path semantics
[factor.git] / basis / prettyprint / prettyprint-tests.factor
index 25ee83985ef58e61eedfeef6319c9a18e09dff0d..cd10278760c5b2e466adc7dc5b08c91515082359 100644 (file)
@@ -91,15 +91,13 @@ unit-test
 
 : check-see ( expect name -- ? )
     [
-        use [ clone ] change
-
         [
             [ parse-fresh drop ] with-compilation-unit
             [
                 "prettyprint.tests" lookup see
             ] with-string-writer "\n" split but-last
         ] keep =
-    ] with-scope ;
+    ] with-interactive-vocabs ;
 
 GENERIC: method-layout ( a -- b )