Skip to content

Commit dfb055c

Browse files
iTroozsylvestre
authored andcommitted
fix test
1 parent acad5bc commit dfb055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stats_output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn test_sccache_cache_size() -> Result<()> {
1313
test_info
1414
.show_text_stats(false)?
1515
.try_stdout(
16-
predicates::str::is_match(r"^Cache size\s+\d+\s")
16+
predicates::str::is_match(r"Cache size\s+\d+\s")
1717
.unwrap()
1818
.from_utf8(),
1919
)?

0 commit comments

Comments
 (0)