]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/xml/xml.factor
basis/xmode: refactor to be deploy friendly.
[factor.git] / extra / benchmark / xml / xml.factor
index 83281367efc7c7f163725f294d71712fca08fa44..6883461ccb2f670b28e419d329d176c9fb8171dc 100644 (file)
@@ -4,7 +4,7 @@ USING: io.directories kernel sequences xml ;
 IN: benchmark.xml
 
 : xml-benchmark ( -- )
-    "vocab:xmode/modes/" [
+    "vocab:xmode/catalog/modes/" [
         [ file>xml drop ] each
     ] with-directory-files ;