Searched refs:expected_comments (Results 1 – 1 of 1) sorted by relevance
1921 const char* expected_comments[] = { in TEST_F() local1950 for (int i = 0; i < GOOGLE_ARRAYSIZE(expected_comments); ++i) { in TEST_F()1951 string::size_type found_pos = debug_string.find(expected_comments[i]); in TEST_F()1953 << "\"" << expected_comments[i] << "\" not found."; in TEST_F()