factor/library/test/kernel.factor

9 lines
239 B
Factor
Raw Normal View History

IN: scratchpad
2005-12-12 20:53:55 -05:00
USING: kernel memory namespaces sequences test ;
[ 0 ] [ f size ] unit-test
2005-09-18 01:37:28 -04:00
[ t ] [ [ \ = \ = ] all-equal? ] unit-test
2005-12-12 20:53:55 -05:00
! (clone) primitive was missing GC check
[ ] [ 1000000 [ drop H{ } clone >n n> drop ] each ] unit-test