counters: use some of the new macros in tests

pull/1987/merge
Jason Ish 10 years ago committed by Victor Julien
parent d7d05b007c
commit da1dec6d65

@ -1384,7 +1384,7 @@ static int StatsTestCntArraySize07()
StatsReleaseCounters(tv.perf_public_ctx.head); StatsReleaseCounters(tv.perf_public_ctx.head);
StatsReleasePrivateThreadContext(pca); StatsReleasePrivateThreadContext(pca);
return result == 2; PASS_IF(result == 2);
} }
static int StatsTestUpdateCounter08() static int StatsTestUpdateCounter08()

Loading…
Cancel
Save