Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc508 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
509 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()