Skip to content

Commit ef27140

Browse files
committed
Move tests/ui/{unreachable-code => reachable}
... since unreachable-code only has a few tests while `reachable` is the more popular directory...
1 parent c5f15bd commit ef27140

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed

tests/ui/unreachable-code/boolean-negation-in-unreachable-code-7344.rs renamed to tests/ui/reachable/boolean-negation-in-unreachable-code-7344.rs

File renamed without changes.

tests/ui/unreachable-code/nested_type_ascription.rs renamed to tests/ui/reachable/nested_type_ascription.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ fn main() {
1717
();
1818
}
1919
}
20-
File renamed without changes.

tests/ui/unreachable-code/unreachable-bool-read-7246.stderr renamed to tests/ui/reachable/unreachable-bool-read-7246.stderr

File renamed without changes.

0 commit comments

Comments
 (0)