We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde1321 commit b254699Copy full SHA for b254699
tests/testsuite/check_cfg.rs
@@ -633,9 +633,7 @@ fn config_invalid_empty() {
633
634
p.cargo("check")
635
.with_status(101)
636
- .with_stderr_contains(
637
- "[..]missing field `level`[..] THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T",
638
- )
+ .with_stderr_contains("[..]missing field `level`[..]")
639
.run();
640
}
641
tests/testsuite/freshness.rs
@@ -2937,9 +2937,6 @@ fn use_mtime_cache_in_cargo_home() {
2937
.with_stderr(
2938
"\
2939
[DIRTY] foo v0.5.0 ([CWD]): [..]
2940
-
2941
- THIS RANDOM SENTENCE SHOULD FAIL THIS TEST BUT DIDN'T
2942
2943
[CHECKING] foo v0.5.0 ([CWD])
2944
[RUNNING] `rustc --crate-name foo --edition=2015 src/lib.rs [..]",
2945
)
0 commit comments