Home | History | Annotate | Download | only in test

Lines Matching full:getlasterrnodescription

75 using testing::internal::GetLastErrnoDescription;
1086 // Tests that GetLastErrnoDescription returns an empty string when the
1088 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1090 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1092 EXPECT_STREQ("", GetLastErrnoDescription().c_str());