aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/debug/stats_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/debug/stats_test.cc')
-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();