aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-31 11:11:18 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-31 11:11:18 -0700
commit77532036b65bc3130c232effb882dc99c302a64a (patch)
treed3b150ca96462eac5909f5caf12c91a4542e5ebc /test/core/fling
parent8e1a163a9716cb7c7205dd66d889772317bc79f0 (diff)
BUILD changes. test languauge to C++
Diffstat (limited to 'test/core/fling')
-rw-r--r--test/core/fling/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/fling/BUILD b/test/core/fling/BUILD
index beacae7a75..268e94aacc 100644
--- a/test/core/fling/BUILD
+++ b/test/core/fling/BUILD
@@ -24,7 +24,7 @@ grpc_cc_binary(
name = "client",
testonly = 1,
srcs = ["client.cc"],
- language = "C",
+ language = "C++",
deps = [
"//:gpr",
"//:grpc",
@@ -38,7 +38,7 @@ grpc_cc_binary(
name = "server",
testonly = 1,
srcs = ["server.cc"],
- language = "C",
+ language = "C++",
deps = [
"//:gpr",
"//:grpc",