We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434509b commit d4067e4Copy full SHA for d4067e4
tests/testsuite/profile_targets.rs
@@ -100,7 +100,7 @@ fn profile_selection_build() {
100
[FINISHED] dev [unoptimized + debuginfo] [..]
101
"
102
)
103
- .with_stdout_does_not_contain("[..] -C debuginfo=0[..]")
+ .with_stderr_does_not_contain("[..] -C debuginfo=0[..]")
104
.run();
105
p.cargo("build -vv")
106
.with_stderr_unordered(
@@ -201,7 +201,7 @@ fn profile_selection_build_all_targets() {
201
202
203
204
205
206
207
0 commit comments