about summary refs log tree commit diff
path: root/tests/mir-opt/inline/issue_78442.bar.RevealAll.panic-abort.diff
AgeCommit message (Collapse)AuthorLines
2024-11-23remove remaining references to `Reveal`lcnr-58/+0
2023-09-28Unconditionally run `RevealAll` pass and run it earlierOli Scherer-5/+21
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-31/+24
2023-06-12bless mir-optPietro Albini-0/+49
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.