mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Revert "Reproduce #14076"
This reverts commit 18f4c3f3d1f90d88c3ea667f51b093d4e1b8deec.
This commit is contained in:
parent
fde1321381
commit
b254699e29
@ -633,9 +633,7 @@ fn config_invalid_empty() {
|
|||||||
|
|
||||||
p.cargo("check")
|
p.cargo("check")
|
||||||
.with_status(101)
|
.with_status(101)
|
||||||
.with_stderr_contains(
|
.with_stderr_contains("[..]missing field `level`[..]")
|
||||||
"[..]missing field `level`[..] THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T",
|
|
||||||
)
|
|
||||||
.run();
|
.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2937,9 +2937,6 @@ fn use_mtime_cache_in_cargo_home() {
|
|||||||
.with_stderr(
|
.with_stderr(
|
||||||
"\
|
"\
|
||||||
[DIRTY] foo v0.5.0 ([CWD]): [..]
|
[DIRTY] foo v0.5.0 ([CWD]): [..]
|
||||||
|
|
||||||
THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T
|
|
||||||
|
|
||||||
[CHECKING] foo v0.5.0 ([CWD])
|
[CHECKING] foo v0.5.0 ([CWD])
|
||||||
[RUNNING] `rustc --crate-name foo --edition=2015 src/lib.rs [..]",
|
[RUNNING] `rustc --crate-name foo --edition=2015 src/lib.rs [..]",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user