about summary refs log tree commit diff
path: root/src/test/incremental/change_implementation_cross_crate
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-51/+0
2020-01-01Add a test for #37333Michal Terepeta-0/+51
The test checks that we reuse the CGU of a crate when the implementation details of an `extern crate` have changed. Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com>