about summary refs log tree commit diff
path: root/library/alloc/tests/misc_tests.rs
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-140/+0
2024-12-04Move some alloc tests to the alloctests cratebjorn3-0/+140
Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.