]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/regexp-tests.factor
Fix the existing IN: suffixes for the test vocabs
[factor.git] / basis / regexp / regexp-tests.factor
index d03e37b7a6b1801e1b7177a8ffaa8d7bb908543c..30ec30a6d98df7034d5bf1213df834490c9ad115 100644 (file)
@@ -1,6 +1,6 @@
 USING: arrays regexp tools.test kernel sequences regexp.parser
 regexp.private eval strings multiline accessors ;
-IN: regexp-tests
+IN: regexp.tests
 
 { f } [ "b" "a*" <regexp> matches? ] unit-test
 { t } [ "" "a*" <regexp> matches? ] unit-test