Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu

update error message

[`compile-pass` has since been renamed to `build-pass`](https://github.com/rust-lang/rust/issues/62277)
This commit is contained in:
Jacob Pratt
2025-03-14 01:37:34 -04:00
committed by GitHub
@@ -65,7 +65,7 @@ fn run_cpass_test(&self) {
// FIXME(#41968): Move this check to tidy?
if !errors::load_errors(&self.testpaths.file, self.revision).is_empty() {
self.fatal("compile-pass tests with expected warnings should be moved to ui/");
self.fatal("build-pass tests with expected warnings should be moved to ui/");
}
}