]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/tests/xmltest.factor
Fix conflict in libc
[factor.git] / basis / xml / tests / xmltest.factor
index ec75eeb89e4f57bd53d1feda538122e50a377352..9fab05bdf1b23bdda50473abbe58c5c23395c3cc 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors assocs combinators continuations fry generalizations
 io.pathnames kernel macros sequences stack-checker tools.test xml
-xml.utilities xml.writer arrays xml.data ; 
+xml.traversal xml.writer arrays xml.data ; 
 IN: xml.tests.suite
 
 TUPLE: xml-test id uri sections description type ;