aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/BUILD')
-rw-r--r--test/cpp/common/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD
index e2b6365b13..2cf3ad669f 100644
--- a/test/cpp/common/BUILD
+++ b/test/cpp/common/BUILD
@@ -19,8 +19,8 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package")
grpc_package(name = "test/cpp/common")
grpc_cc_test(
- name = "alarm_cpp_test",
- srcs = ["alarm_cpp_test.cc"],
+ name = "alarm_test",
+ srcs = ["alarm_test.cc"],
deps = [
"//:grpc++_unsecure",
"//test/core/util:gpr_test_util",