Searched refs:regex_c_str (Results 1 – 1 of 1) sorted by relevance
508 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local509 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()511 const testing::internal::RE regex(regex_c_str); in TEST_F()514 const ::std::string regex_std_str(regex_c_str); in TEST_F()519 EXPECT_DEATH(GlobalFunction(), ::std::string(regex_c_str).c_str()); in TEST_F()