Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3358 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd() local
3364 printf("\n%2d FAILED %s\n", num_failures, in OnTestIterationEnd()
3365 num_failures == 1 ? "TEST" : "TESTS"); in OnTestIterationEnd()
3370 if (!num_failures) { in OnTestIterationEnd()