From da1dec6d65f1c9913ececb0e1c86a8c8260ed0cc Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 7 Apr 2016 10:57:27 -0600 Subject: [PATCH] counters: use some of the new macros in tests --- src/counters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counters.c b/src/counters.c index c00b4fcf29..add05fca79 100644 --- a/src/counters.c +++ b/src/counters.c @@ -1384,7 +1384,7 @@ static int StatsTestCntArraySize07() StatsReleaseCounters(tv.perf_public_ctx.head); StatsReleasePrivateThreadContext(pca); - return result == 2; + PASS_IF(result == 2); } static int StatsTestUpdateCounter08() -- 2.47.2