diff options
Diffstat (limited to '')
-rw-r--r-- | tests/codegen/match-optimized.rs (renamed from src/test/codegen/match-optimized.rs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/match-optimized.rs b/tests/codegen/match-optimized.rs index 36402cc73..520c46a0d 100644 --- a/src/test/codegen/match-optimized.rs +++ b/tests/codegen/match-optimized.rs @@ -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] |