about summary refs log tree commit diff
path: root/src/test/codegen/catch-unwind.rs
AgeCommit message (Collapse)AuthorLines
2020-03-02Test catch_unwind vanishingAmanieu d'Antras-0/+19
We execpt the try intrinsic to be a direct call if in -Cpanic=abort mode, and that catch_unwind optimizes out if calling a function that does not unwind.