aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/debug
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-09 18:44:50 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 10:48:15 -0800
commit00325486749b5b56bde1fe8155fb2e3eef6499de (patch)
tree7531e040ab5cc0ed280c842f551380c4934463e4 /test/core/debug
parent3150744c712449585e6c0a3347f2b9366671a8eb (diff)
Correction to closure.cc,bm_chttp2_hpack and few more
Diffstat (limited to 'test/core/debug')
-rw-r--r--test/core/debug/stats_test.cc2
1 files changed, 1 insertions, 1 deletions
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();