Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3106 static std::string FormatTestSuiteCount(int test_suite_count) { in FormatTestSuiteCount() argument
3107 return FormatCountableNoun(test_suite_count, "test suite", "test suites"); in FormatTestSuiteCount()