Skip to content

Commit 44d955b

Browse files
committed
Fix test on windows
1 parent 5d8009a commit 44d955b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ error: unexpected argument '--silent' found
5050
5151
tip: a similar argument exists: '--quiet'
5252
53-
Usage: cargo run [OPTIONS] [args]...
53+
Usage: cargo[EXE] run [OPTIONS] [args]...
5454
5555
For more information, try '--help'.
5656
",
@@ -65,7 +65,7 @@ error: unexpected argument '--silent' found
6565
6666
tip: a similar argument exists: '--quiet'
6767
68-
Usage: cargo run [OPTIONS] [args]...
68+
Usage: cargo[EXE] run [OPTIONS] [args]...
6969
7070
For more information, try '--help'.
7171
",

0 commit comments

Comments
 (0)