Home
last modified time | relevance | path

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

/system/core/cli-test/
Dcli-test.cpp275 size_t pass_count = tests.size() - fail_count; in RunTests() local
276 Print(kGreen, "[ PASSED ]", " %zu test%s.", pass_count, Plural(pass_count)); in RunTests()