aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-12-07 14:59:04 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-12-07 14:59:04 -0800
commit7b81ae14a7c347f4971c319a93ba0690fe119ce9 (patch)
tree2a28394ed98d560ddbc547623dfb0f8272d457a4 /test/cpp/microbenchmarks
parentb5f4b4f1303578415bb7d87c6c6c26918fcf3a59 (diff)
clang tidy and clang format
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/fullstack_fixtures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/fullstack_fixtures.h b/test/cpp/microbenchmarks/fullstack_fixtures.h
index 71e8d9972b..6bbf553bbd 100644
--- a/test/cpp/microbenchmarks/fullstack_fixtures.h
+++ b/test/cpp/microbenchmarks/fullstack_fixtures.h
@@ -200,7 +200,7 @@ class EndpointPairFixture : public BaseFixture {
}
grpc_server_setup_transport(server_->c_server(), server_transport_,
- nullptr, server_args, 0);
+ nullptr, server_args, nullptr);
grpc_chttp2_transport_start_reading(server_transport_, nullptr, nullptr);
}