Home | History | Annotate | Download | only in runtime

Lines Matching full:expected_error

128                           const char* expected_error) {
144 if (expected_error == nullptr) {
147 EXPECT_FALSE(success) << "Expected " << expected_error;
149 EXPECT_NE(error_msg.find(expected_error), std::string::npos) << error_msg;