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:
commit
7de35c8bb8
1 changed files with 1 additions and 1 deletions
|
@ -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/");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue