Searched refs:expected_failure_type (Results 1 – 1 of 1) sorted by relevance
86 static const tools::parser::token_type expected_failure_type = 19; variable111 add_keyword("expected_failure", expected_failure_type); in tokenizer()363 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type, in read_tc()373 else if (t.type() == expected_failure_type) state = "expected_failure"; in read_tc()