]> gitweb.factorcode.org Git - factor.git/blob - extra/math/erato/erato-tests.factor
9244fa62e2f18182b28d2f6fa329332e9ecde8aa
[factor.git] / extra / math / erato / erato-tests.factor
1 ! Copyright (c) 2007 Samuel Tardieu.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: lazy-lists math.erato tools.test ;
4 IN: math.erato.tests
5
6 [ { 2 3 5 7 11 13 17 19 } ] [ 20 lerato list>array ] unit-test