We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e76f8b commit 231627bCopy full SHA for 231627b
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