We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb2a7fa + 231627b commit 7de35c8Copy full SHA for 7de35c8
src/tools/compiletest/src/runtest/incremental.rs
@@ -65,7 +65,7 @@ impl TestCx<'_> {
65
66
// FIXME(#41968): Move this check to tidy?
67
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/");
+ self.fatal("build-pass tests with expected warnings should be moved to ui/");
69
}
70
71
0 commit comments