Skip to content

Commit ea00582

Browse files
committed
auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichton
2 parents 6ae5de0 + e6740bb commit ea00582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl<T: Writer> ConsoleTestState<T> {
555555
}
556556
}
557557
}
558-
if_ok!(self.write_plain(format!("result of ratchet: {} matrics added, \
558+
if_ok!(self.write_plain(format!("result of ratchet: {} metrics added, \
559559
{} removed, {} improved, {} regressed, \
560560
{} noise\n",
561561
added, removed, improved, regressed,

0 commit comments

Comments
 (0)