diff --git a/basis/regexp/regexp-tests.factor b/basis/regexp/regexp-tests.factor index 388a71e028..4878b67d0f 100644 --- a/basis/regexp/regexp-tests.factor +++ b/basis/regexp/regexp-tests.factor @@ -347,8 +347,6 @@ IN: regexp-tests [ { 23 24 } ] [ "aaaaaaaaaaaaaaaaaaaaaaab" "((a*)*b)*b" first-match ] unit-test -! Disable tests so builds will upload, for now... +[ t ] [ "a:b" ".+:?" matches? ] unit-test -! [ t ] [ "a:b" ".+:?" matches? ] unit-test - -! [ 1 ] [ "hello" ".+?" match length ] unit-test +[ 1 ] [ "hello" ".+?" match length ] unit-test