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