diff --git a/basis/regexp/regexp-tests.factor b/basis/regexp/regexp-tests.factor index 99cb8dbd22..0a448ed276 100644 --- a/basis/regexp/regexp-tests.factor +++ b/basis/regexp/regexp-tests.factor @@ -5,8 +5,9 @@ eval strings multiline accessors regexp.matchers ; IN: regexp-tests \ must-infer -\ compile-regexp must-infer -\ matches? must-infer +! the following don't compile because [ ] with-compilation-unit doesn't compile +! \ compile-regexp must-infer +! \ matches? must-infer [ f ] [ "b" "a*" matches? ] unit-test [ t ] [ "" "a*" matches? ] unit-test