Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1131 #define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \ argument
1132 if (const int gtest_error = (posix_call)) \
1133 GTEST_LOG_(FATAL) << #posix_call << "failed with error " << gtest_error