Searched refs:warningTestCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/restest/
H A Drestest.cpp247 int32 warningTestCount = 0; local
258 warningTestCount++;
274 if (warningTestCount > 0) {
275 if (warningTestCount == 1)
278 printf("%ld tests with warnings:\n", warningTestCount);

Completed in 25 milliseconds