Searched refs:pass_count (Results 1 – 1 of 1) sorted by relevance
275 size_t pass_count = tests.size() - fail_count; in RunTests() local276 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()