factor/library/test/memory.factor

18 lines
340 B
Factor
Raw Normal View History

IN: temporary
2006-05-17 19:44:30 -04:00
USING: generic kernel math memory words prettyprint
2005-05-15 21:17:56 -04:00
sequences test ;
2005-02-14 22:15:02 -05:00
TUPLE: testing x y z ;
[ f 1 2 3 ] [ 1 2 3 <testing> [ ] each-slot ] unit-test
[ ] [
num-types [
2005-08-14 18:13:16 -04:00
type>class [
2006-05-17 19:44:30 -04:00
"predicate" word-prop instances [
class drop
] each
2005-07-31 23:38:33 -04:00
] when*
] each
] unit-test