tools.memory: fix unit test

db4
Slava Pestov 2010-03-16 18:35:44 +13:00
parent 9b6b58b240
commit 604ccb0a3a
1 changed files with 2 additions and 2 deletions

View File

@ -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