Converting lazy-lists to lists.lazy in examples-test

db4
James Cash 2008-06-10 14:21:19 -04:00
parent ea1ad5ac34
commit 59631bbbcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: lists.lazy.examples lazy-lists tools.test ;
USING: lists.lazy.examples lists.lazy tools.test ;
IN: lists.lazy.examples.tests
[ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test