Skip to content

Commit c7cb3ea

Browse files
chenyukangfmease
andauthored
Update src/tools/compiletest/src/runtest.rs
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
1 parent 5ad4602 commit c7cb3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ impl<'test> TestCx<'test> {
885885
.find(|flag| flag.contains("--error-format=human"))
886886
{
887887
let msg = format!(
888-
"tests with compile flags `{}` should not have annotation such as `//~ ERROR` and `//~ WARN` for JSON output.",
888+
"tests with compile flag `{}` should not have error annotations such as `//~ ERROR`",
889889
human_format
890890
).color(Color::Red);
891891
writeln!(self.stdout, "{}", msg);

0 commit comments

Comments
 (0)