Searched refs:expected_comments (Results 1 – 1 of 1) sorted by relevance
2344 const char* expected_comments[] = { in TEST_F() local2373 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()