fix formatting fr test_seq

This commit is contained in:
Sylvestre Ledru
2021-01-02 10:14:18 +01:00
parent a2d6c85e44
commit 94e293f2bf
+1 -1
View File
@@ -14,7 +14,7 @@ fn test_count_down() {
.args(&["--", "5", "-1", "1"])
.run()
.stdout_is("5\n4\n3\n2\n1\n");
new_ucmd!()
new_ucmd!()
.args(&["5", "-1", "1"])
.run()
.stdout_is("5\n4\n3\n2\n1\n");