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 6878ef4 commit dc7243dCopy full SHA for dc7243d
tests/stats_output.rs
@@ -13,7 +13,7 @@ fn test_sccache_cache_size() -> Result<()> {
13
test_info
14
.show_text_stats(false)?
15
.try_stdout(
16
- predicates::str::is_match(r"^Cache size\s+\d+\s")
+ predicates::str::is_match(r"Cache size\s+\d+\s")
17
.unwrap()
18
.from_utf8(),
19
)?
0 commit comments