factor/core/layouts/layouts-tests.factor

9 lines
205 B
Factor

IN: system.tests
USING: layouts math tools.test ;
[ t ] [ cell integer? ] unit-test
[ t ] [ bootstrap-cell integer? ] unit-test
! Smoke test
[ t ] [ max-array-capacity cell-bits 2^ < ] unit-test