tests/sort: fix flag for human numeric test

This commit is contained in:
Joseph Crail
2016-03-25 16:55:58 -04:00
parent 55c0b1786f
commit faedb2dd2e
+1 -1
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]