Revert "Reproduce #14076"

This reverts commit 18f4c3f3d1f90d88c3ea667f51b093d4e1b8deec.
This commit is contained in:
Lawrence Chou 2024-06-15 23:00:19 +08:00
parent fde1321381
commit b254699e29
No known key found for this signature in database
GPG key ID: 56B65EC9D482438D
2 changed files with 1 additions and 6 deletions

View file

@ -633,9 +633,7 @@ fn config_invalid_empty() {
p.cargo("check")
.with_status(101)
.with_stderr_contains(
"[..]missing field `level`[..] THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T",
)
.with_stderr_contains("[..]missing field `level`[..]")
.run();
}

View file

@ -2937,9 +2937,6 @@ fn use_mtime_cache_in_cargo_home() {
.with_stderr(
"\
[DIRTY] foo v0.5.0 ([CWD]): [..]
THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T
[CHECKING] foo v0.5.0 ([CWD])
[RUNNING] `rustc --crate-name foo --edition=2015 src/lib.rs [..]",
)