Searched refs:Plural (Results 1 – 1 of 1) sorted by relevance
163 static const char* Plural(size_t n) { in Plural() function269 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()271 Print(kRed, "[ FAILED ]", " %zu test%s.", fail_count, Plural(fail_count)); in RunTests()