Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfunction_foreach_unittest.cc29 TestParseInput input_good( in TEST() local
33 ASSERT_FALSE(input_good.has_error()); in TEST()
36 input_good.parsed()->Execute(setup.scope(), &err); in TEST()
58 TestParseInput input_good( in TEST() local
63 ASSERT_FALSE(input_good.has_error()); in TEST()
66 input_good.parsed()->Execute(setup.scope(), &err); in TEST()
Daction_target_generator_unittest.cc19 TestParseInput input_good( in TEST_F() local