]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/xml/tests/errors.factor
More unit test fixes
[factor.git] / extra / xml / tests / errors.factor
old mode 100644 (file)
new mode 100755 (executable)
index c0a60d8..b421ae0
@@ -1,4 +1,5 @@
 USING: continuations xml xml.errors tools.test kernel arrays xml.data state-parser quotations ;
+IN: xml.tests
 
 : xml-error-test ( expected-error xml-string -- )
     [ string>xml ] curry swap [ = ] curry must-fail-with ;