Searched refs:ErrorNeedle (Results 1 – 1 of 1) sorted by relevance
36 void RunErrorTest(const char *OptionsStr, const char *ErrorNeedle) { in RunErrorTest() argument41 EXPECT_NE(nullptr, strstr(Message, ErrorNeedle)) in RunErrorTest()42 << "Couldn't find error needle \"" << ErrorNeedle in RunErrorTest()