Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4223 void ThrowAString() { throw "std::string"; } in ThrowAString() function
4228 ASSERT_THROW(ThrowAString(), const char*); in TEST()
4230 EXPECT_THROW(ThrowAString(), const char*); in TEST()