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 a0de54c commit 6878ef4Copy full SHA for 6878ef4
tests/stats_output.rs
@@ -1,7 +1,7 @@
1
pub mod helpers;
2
3
-use helpers::SccacheTest;
4
use anyhow::Result;
+use helpers::SccacheTest;
5
use predicates::str::PredicateStrExt;
6
use serial_test::serial;
7
@@ -14,8 +14,8 @@ fn test_sccache_cache_size() -> Result<()> {
14
.show_text_stats(false)?
15
.try_stdout(
16
predicates::str::is_match(r"^Cache size\s+\d+\s")
17
- .unwrap()
18
- .from_utf8(),
+ .unwrap()
+ .from_utf8(),
19
)?
20
.try_success()?;
21
Ok(())
0 commit comments