add using

db4
Doug Coleman 2008-11-22 20:31:23 -06:00
parent 3a8f1b4966
commit 374ad0752e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: splitting tools.test kernel sequences arrays ;
USING: splitting tools.test kernel sequences arrays strings ;
IN: splitting.tests
[ "hello" "world ." ] [ "hello world ." " " split1 ] unit-test