From 42eb88395f90d22f627f5d2270bee70ee335ea75 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 8 Jul 2024 16:46:16 -0500 Subject: [PATCH] test: Ensure --list test works with cargo-bloat This is a follow up to #14113 --- tests/testsuite/cargo_command.rs | 1 + 1 file changed, 1 insertion(+) 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();