fix unit test

db4
Doug Coleman 2008-04-26 18:45:03 -05:00
parent 93aa8669c4
commit 550b83278a
1 changed files with 2 additions and 2 deletions

View File

@ -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