diff --git a/core/strings/strings-tests.factor b/core/strings/strings-tests.factor index 6d01e19585..44e1d8859f 100755 --- a/core/strings/strings-tests.factor +++ b/core/strings/strings-tests.factor @@ -31,8 +31,8 @@ IN: strings.tests [ t ] [ "abc" "abd" before? ] unit-test [ t ] [ "z" "abd" after? ] unit-test -[ t ] [ "abc" "abd" min ] unit-test -[ t ] [ "z" "abd" max ] unit-test +[ "abc" ] [ "abc" "abd" min ] unit-test +[ "z" ] [ "z" "abd" max ] unit-test [ 0 10 "hello" subseq ] must-fail