From 00325486749b5b56bde1fe8155fb2e3eef6499de Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 9 Nov 2017 18:44:50 -0800 Subject: Correction to closure.cc,bm_chttp2_hpack and few more --- test/core/debug/stats_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/debug') diff --git a/test/core/debug/stats_test.cc b/test/core/debug/stats_test.cc index 554a4a3288..8401618670 100644 --- a/test/core/debug/stats_test.cc +++ b/test/core/debug/stats_test.cc @@ -95,7 +95,7 @@ TEST_P(HistogramTest, IncHistogram) { Snapshot snapshot; ExecCtx _local_exec_ctx; - grpc_stats_inc_histogram[kHistogram](&exec_ctx, j); + grpc_stats_inc_histogram[kHistogram](j); grpc_exec_ctx_finish(); auto delta = snapshot.delta(); -- cgit v1.2.3