Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc244 static int NormalExitStatus(int exit_code) { in NormalExitStatus() function
272 const int status0 = NormalExitStatus(0); in TEST()
273 const int status1 = NormalExitStatus(1); in TEST()
274 const int status42 = NormalExitStatus(42); in TEST()