aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/codegen/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/codegen/BUILD')
-rw-r--r--test/cpp/codegen/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/cpp/codegen/BUILD b/test/cpp/codegen/BUILD
index 64a585790d..53f148c413 100644
--- a/test/cpp/codegen/BUILD
+++ b/test/cpp/codegen/BUILD
@@ -49,22 +49,6 @@ cc_test(
],
)
-# TODO(dgq): blocked on gflags support
-#cc_test(
-# name = "golden_file_test",
-# srcs = ["golden_file_test.cc"],
-# args = ["--generated_file_path=$(GENDIR)/src/proto/grpc/testing/compiler_test.grpc.pb.h"],
-# data = [
-# ":compiler_test_golden",
-# ],
-# deps = [
-# "//:grpc++",
-# "//external:gtest",
-# "//src/proto/grpc/testing:compiler_test_proto",
-# "//test/core/util:gpr_test_util",
-# ],
-#)
-
cc_test(
name = "proto_utils_test",
srcs = ["proto_utils_test.cc"],