9 lines
156 B
Factor
9 lines
156 B
Factor
|
USING: tools.test tools.memory ;
|
||
|
IN: tools.memory.tests
|
||
|
|
||
|
\ room. must-infer
|
||
|
[ ] [ room. ] unit-test
|
||
|
|
||
|
\ heap-stats. must-infer
|
||
|
[ ] [ heap-stats. ] unit-test
|