about summary refs log tree commit diff
path: root/library/alloctests/testing/mod.rs
AgeCommit message (Collapse)AuthorLines
2025-06-18vec_deque tests: remove static mutMarijn Schouten-0/+1
2025-03-07Fully test the alloc crate through alloctestsbjorn3-0/+3
For the tests that make use of internal implementation details, we include the module to test using #[path] in alloctests now.