forked from gentoo-utils/gentoo-utils
remove printing in test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use gentoo_utils::depend;
|
||||
use mon::{Parser, eof, input::InputIter, tag};
|
||||
use mon::{eof, input::InputIter, tag, Parser};
|
||||
use std::fs;
|
||||
|
||||
#[test]
|
||||
@@ -12,8 +12,6 @@ fn parse_md5_cache() {
|
||||
|
||||
for line in metadata.lines() {
|
||||
if line.starts_with("DEPEND=") {
|
||||
eprintln!("{line}");
|
||||
|
||||
depend::parsers::exprs()
|
||||
.ignore()
|
||||
.or(eof())
|
||||
|
||||
Reference in New Issue
Block a user