]> git.lizzy.rs Git - rust.git/commit
Renamed ui/dead-code-ret to ui/unreachable-code-ret
authorPi Lanningham <pi.lanningham@gmail.com>
Fri, 25 Oct 2019 04:35:17 +0000 (00:35 -0400)
committerPi Lanningham <pi.lanningham@gmail.com>
Sun, 27 Oct 2019 01:42:52 +0000 (21:42 -0400)
commit269d38413ce5f1e7ada5862b91e1d5a92f44857e
treead65f4d62c940820e0a8dd34d18e166fe6abc7bb
parentfae75cd216c481de048e4951697c8f8525669c65
Renamed ui/dead-code-ret to ui/unreachable-code-ret

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)
src/test/ui/dead-code-ret.rs [deleted file]
src/test/ui/dead-code-ret.stderr [deleted file]
src/test/ui/unreachable-code-ret.rs [new file with mode: 0644]
src/test/ui/unreachable-code-ret.stderr [new file with mode: 0644]