Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2344 const char* expected_comments[] = { in TEST_F() local
2373 for (int i = 0; i < GOOGLE_ARRAYSIZE(expected_comments); ++i) { in TEST_F()
2375 debug_string.find(expected_comments[i]); in TEST_F()
2377 << "\"" << expected_comments[i] << "\" not found."; in TEST_F()