fix a using

Doug Coleman 2008-09-18 23:49:51 -05:00
parent 09ecec270a
commit 1588d2ab4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: regexp tools.test kernel ;
USING: parser-combinators.regexp tools.test kernel ;
IN: parser-combinators.regexp.tests
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test