Change src/test
to tests
in source files, fix tidy and tests
This commit is contained in:
parent
cf2dff2b1e
commit
40ba0e84d5
137 changed files with 315 additions and 311 deletions
|
@ -42,7 +42,7 @@ pub enum E2 {
|
|||
}
|
||||
|
||||
// For optimized code we produce a switch with an unreachable target as the `otherwise` so LLVM
|
||||
// knows the possible values. Compare with `src/test/codegen/match-unoptimized.rs`.
|
||||
// knows the possible values. Compare with `tests/codegen/match-unoptimized.rs`.
|
||||
|
||||
// CHECK-LABEL: @exhaustive_match_2
|
||||
#[no_mangle]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue