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