summary refs log tree commit diff
path: root/src/test/ui/unreachable-code-ret.rs
AgeCommit message (Collapse)AuthorLines
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)