aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/cpu_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/cpu_test.cc')
-rw-r--r--test/core/support/cpu_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/support/cpu_test.cc b/test/core/support/cpu_test.cc
index db94b8f1c4..53ce0f948c 100644
--- a/test/core/support/cpu_test.cc
+++ b/test/core/support/cpu_test.cc
@@ -110,7 +110,8 @@ static void cpu_test(void) {
gpr_cv_init(&ct.done_cv);
ct.is_done = 0;
for (i = 0; i < ct.ncores * 3; i++) {
- GPR_ASSERT(gpr_thd_new(&thd, "gpr_cpu_test", &worker_thread, &ct, nullptr));
+ GPR_ASSERT(gpr_thd_new(&thd, "grpc_cpu_test", &worker_thread, &ct,
+ nullptr));
}
gpr_mu_lock(&ct.mu);
while (!ct.is_done) {