Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c1e393

Browse files
authoredMar 14, 2025
Unrolled build for rust-lang#138441
Rollup merge of rust-lang#138441 - tshepang:patch-5, r=jieyouxu update error message [`compile-pass` has since been renamed to `build-pass`](rust-lang#62277)
2 parents 523c507 + 231627b commit 8c1e393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tools/compiletest/src/runtest/incremental.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl TestCx<'_> {
6565

6666
// FIXME(#41968): Move this check to tidy?
6767
if !errors::load_errors(&self.testpaths.file, self.revision).is_empty() {
68-
self.fatal("compile-pass tests with expected warnings should be moved to ui/");
68+
self.fatal("build-pass tests with expected warnings should be moved to ui/");
6969
}
7070
}
7171

0 commit comments

Comments
 (0)
Failed to load comments.