Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc168 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
191 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
192 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
501 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
502 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
509 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
512 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
515 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()
519 EXPECT_DEATH(GlobalFunction(), ::std::string(regex_c_str).c_str()); in TEST_F()