about summary refs log tree commit diff
path: root/src/liballoc/alloc
AgeCommit message (Collapse)AuthorLines
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+30
Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself.