tools.memory: fix unit test
parent
9b6b58b240
commit
604ccb0a3a
|
@ -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