Skip to content

Commit d8965cd

Browse files
committed
Fix a spelling mistake in a ci error message.
1 parent 7ef0464 commit d8965cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/src/commands/test_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ impl Prepare for TestCheckCommand {
1111
fn prepare<'a>(&self, sh: &'a xshell::Shell, _flags: Flag) -> Vec<PreparedCommand<'a>> {
1212
vec![PreparedCommand::new::<Self>(
1313
cmd!(sh, "cargo check --workspace --tests"),
14-
"Please fix compiler examples for tests in output above.",
14+
"Please fix compiler errors for tests in output above.",
1515
)]
1616
}
1717
}

0 commit comments

Comments
 (0)