tools.memory: fix unit test
parent
f207f901d6
commit
b83f0d0349
|
|
@ -1,9 +1,9 @@
|
|||
USING: tools.test tools.memory memory ;
|
||||
USING: tools.test tools.memory memory arrays ;
|
||||
IN: tools.memory.tests
|
||||
|
||||
[ ] [ room. ] unit-test
|
||||
[ ] [ heap-stats. ] unit-test
|
||||
[ ] [ [ gc gc ] collect-gc-events ] unit-test
|
||||
[ t ] [ [ gc gc ] collect-gc-events array? ] unit-test
|
||||
[ ] [ gc-events. ] unit-test
|
||||
[ ] [ gc-stats. ] unit-test
|
||||
[ ] [ gc-summary. ] unit-test
|
||||
|
|
|
|||
Loading…
Reference in New Issue