about summary refs log tree commit diff
path: root/src/test/codegen/vec-shrink-panik.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-47/+0
2022-12-25fix codegen testRalf Jung-8/+8
2022-02-27update vec-shrink-panik test to allow panic_no_unwind in landingpadsErik Desjardins-0/+19
2021-08-05Make vec-shrink-panic test compatible with v0 manglingTomasz Miąsko-0/+28
The v0 mangling includes an instantiating crate in a mangled name, which crates a false positive match for a word `panic`. Rename crate name / test case to avoid the issue.