From 94e293f2bffab3c516d69e2132448c9135006f0d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 2 Jan 2021 10:14:18 +0100 Subject: [PATCH] fix formatting fr test_seq --- tests/by-util/test_seq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_seq.rs b/tests/by-util/test_seq.rs index 5e60ab5de..b1265121b 100644 --- a/tests/by-util/test_seq.rs +++ b/tests/by-util/test_seq.rs @@ -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");