about summary refs log tree commit diff
path: root/src/test/codegen/vec-shrink-panik.rs
AgeCommit message (Collapse)AuthorLines
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.