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.cc246 static int NormalExitStatus(int exit_code) { in NormalExitStatus() function
274 const int status0 = NormalExitStatus(0); in TEST()
275 const int status1 = NormalExitStatus(1); in TEST()
276 const int status42 = NormalExitStatus(42); in TEST()