Home
last modified time | relevance | path

Searched refs:ErrorNeedle (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp36 void RunErrorTest(const char *OptionsStr, const char *ErrorNeedle) { in RunErrorTest() argument
41 EXPECT_NE(nullptr, strstr(Message, ErrorNeedle)) in RunErrorTest()
42 << "Couldn't find error needle \"" << ErrorNeedle in RunErrorTest()