diff --git a/tests/testsuite/cargo_command.rs b/tests/testsuite/cargo_command.rs index c27921fbaec..5272fdb2889 100644 --- a/tests/testsuite/cargo_command.rs +++ b/tests/testsuite/cargo_command.rs @@ -258,6 +258,7 @@ Similar, but not identical to, build .with_stdout_data(str![[r#" ... biuld +... build Compile a local package and all of its dependencies ..."#]]) .run();