tests/sort: fix flag for human numeric test

This commit is contained in:
Joseph Crail 2016-03-25 00:47:46 -04:00
parent 55c0b1786f
commit faedb2dd2e

View file

@ -38,7 +38,7 @@ fn numeric6() {
#[test]
fn human1() {
test_helper(&String::from("human1"), &String::from("-H"));
test_helper(&String::from("human1"), &String::from("-h"));
}
#[test]