]> git.lizzy.rs Git - rust.git/blobdiff - tests/codegen/match-optimized.rs
Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwco
[rust.git] / tests / codegen / match-optimized.rs
index 36402cc7353ff2c1cebf6ab71b79ce55c4e0eafe..520c46a0d570fea63720853cf872187d34a65583 100644 (file)
@@ -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]