Searched refs:regex_c_str (Results 1 – 1 of 1) sorted by relevance
506 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local507 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()509 const testing::internal::RE regex(regex_c_str); in TEST_F()514 const string regex_str(regex_c_str); in TEST_F()519 const ::std::string regex_std_str(regex_c_str); in TEST_F()