Skip to content

Commit

Permalink
Fix typo in test metric ratchet stdout output
Browse files Browse the repository at this point in the history
  • Loading branch information
zr40 committed Feb 19, 2014
1 parent 74f3e04 commit e6740bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libextra/test.rs
Expand Up @@ -555,7 +555,7 @@ impl<T: Writer> ConsoleTestState<T> {
}
}
}
if_ok!(self.write_plain(format!("result of ratchet: {} matrics added, \
if_ok!(self.write_plain(format!("result of ratchet: {} metrics added, \
{} removed, {} improved, {} regressed, \
{} noise\n",
added, removed, improved, regressed,
Expand Down

5 comments on commit e6740bb

@bors
Copy link
Contributor

@bors bors commented on e6740bb Feb 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e6740bb Feb 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging zr40/rust/fix-test-metric-typo = e6740bb into auto

@bors
Copy link
Contributor

@bors bors commented on e6740bb Feb 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zr40/rust/fix-test-metric-typo = e6740bb merged ok, testing candidate = ea00582

@bors
Copy link
Contributor

@bors bors commented on e6740bb Feb 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e6740bb Feb 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ea00582

Please sign in to comment.