test: Ensure --list test works with cargo-bloat

This is a follow up to #14113
This commit is contained in:
Ed Page 2024-07-08 16:46:16 -05:00
parent e98f702d83
commit 42eb88395f

View File

@ -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();