Home
last modified time | relevance | path

Searched refs:skip_matches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp105 const text::regex_matches skip_matches = _skip_regex.match(line); in try_parse_plan() local
106 if (skip_matches) { in try_parse_plan()
112 all_skipped_reason = skip_matches.get(2); in try_parse_plan()