about summary refs log tree commit diff
path: root/src/test/ui/unreachable-code-ret.rs
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-8/+0
Address comments Update limits
2019-10-26Renamed ui/dead-code-ret to ui/unreachable-code-retPi Lanningham-0/+8
This test was actually about the unreachable_code flag, not dead_code, so I renamed it for clarity (to prepare for the next commit, where I plan to move a bunch of the dead_code tests to a single folder)