Skip to content

Commit eb33955

Browse files
committed
Merge remote-tracking branch 'brson/ratcher'
2 parents e034a43 + 623e475 commit eb33955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ impl<T: Writer> ConsoleTestState<T> {
609609
let ratchet_success = match *ratchet_metrics {
610610
None => true,
611611
Some(ref pth) => {
612-
try!(self.write_plain(format!("\nusing metrics ratcher: {}\n",
612+
try!(self.write_plain(format!("\nusing metrics ratchet: {}\n",
613613
pth.display())));
614614
match ratchet_pct {
615615
None => (),

0 commit comments

Comments
 (0)