Searched refs:test_suite_count (Results 1 – 1 of 1) sorted by relevance
3127 static std::string FormatTestSuiteCount(int test_suite_count) { in FormatTestSuiteCount() argument3128 return FormatCountableNoun(test_suite_count, "test suite", "test suites"); in FormatTestSuiteCount()