We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad4602 commit c7cb3eaCopy full SHA for c7cb3ea
src/tools/compiletest/src/runtest.rs
@@ -885,7 +885,7 @@ impl<'test> TestCx<'test> {
885
.find(|flag| flag.contains("--error-format=human"))
886
{
887
let msg = format!(
888
- "tests with compile flags `{}` should not have annotation such as `//~ ERROR` and `//~ WARN` for JSON output.",
+ "tests with compile flag `{}` should not have error annotations such as `//~ ERROR`",
889
human_format
890
).color(Color::Red);
891
writeln!(self.stdout, "{}", msg);
0 commit comments