1
Fork 0

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
commit 7de35c8bb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ impl TestCx<'_> {
// 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/");
}
}