]> gitweb.factorcode.org Git - factor.git/blob - core/layouts/layouts-tests.factor
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
[factor.git] / core / layouts / layouts-tests.factor
1 USING: layouts math tools.test ;
2 IN: system.tests
3
4 { t } [ cell integer? ] unit-test
5 { t } [ bootstrap-cell integer? ] unit-test
6
7 ! Smoke test
8 { t } [ max-array-capacity cell-bits 2^ < ] unit-test
9
10 { t } [ most-negative-fixnum fixnum? ] unit-test
11 { t } [ most-positive-fixnum fixnum? ] unit-test