summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-30 22:40:29 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-10-30 22:40:29 +0000
commit820cb3ba482c6af2324421cc0879910ab8b10edc (patch)
tree048d7553437260c64212fbc127c06adf9e538bdd /tests
parent72b6774e2b43edf4228df2d5a7af20c041e6745c (diff)
downloadgentoo-utils-820cb3ba482c6af2324421cc0879910ab8b10edc.tar.gz
update to new version of mon
Diffstat (limited to 'tests')
-rw-r--r--tests/depend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depend.rs b/tests/depend.rs
index 3738854..c8add5d 100644
--- a/tests/depend.rs
+++ b/tests/depend.rs
@@ -15,7 +15,7 @@ fn parse_md5_cache() {
eprintln!("{line}");
eprintln!();
Depend::<Atom>::parser()
- .separated_list(whitespace1(), 0..)
+ .separated_by(whitespace1(), 0..)
.ignore()
.or(eof())
.preceded_by(tag("DEPEND="))