Searched refs:found_fast_verify (Results 1 – 1 of 1) sorted by relevance
1964 bool found_fast_verify = false; in TEST_F() local1966 while (std::getline(iss, line) && !found_fast_verify) { in TEST_F()1967 found_fast_verify = found_fast_verify || line.find(kFastVerifyString) != std::string::npos; in TEST_F()1969 EXPECT_TRUE(found_fast_verify) << "Expected to find " << kFastVerifyString << "\n" << output_; in TEST_F()