aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/tls_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/tls_test.cc')
-rw-r--r--test/core/support/tls_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/tls_test.cc b/test/core/support/tls_test.cc
index b1b4737432..0f64d2ee7c 100644
--- a/test/core/support/tls_test.cc
+++ b/test/core/support/tls_test.cc
@@ -56,7 +56,7 @@ int main(int argc, char* argv[]) {
gpr_thd_options_set_joinable(&opt);
for (i = 0; i < NUM_THREADS; i++) {
- gpr_thd_new(&threads[i], thd_body, NULL, &opt);
+ gpr_thd_new(&threads[i], thd_body, nullptr, &opt);
}
for (i = 0; i < NUM_THREADS; i++) {
gpr_thd_join(threads[i]);