aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/memory_usage
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-31 08:43:28 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-31 08:43:28 -0700
commit1b276570446922a2a35e20745286fb43773060d9 (patch)
tree64acbd0da008d03a45686fb5a617c87efbae1878 /test/core/memory_usage
parentc01f4a1d2256c71463820942a116ed784180f9ea (diff)
Use grpc_cc_library and remove copt
Diffstat (limited to 'test/core/memory_usage')
-rw-r--r--test/core/memory_usage/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/core/memory_usage/BUILD b/test/core/memory_usage/BUILD
index 00df3c0fdf..e35bb1aea5 100644
--- a/test/core/memory_usage/BUILD
+++ b/test/core/memory_usage/BUILD
@@ -20,7 +20,7 @@ licenses(["notice"]) # Apache v2
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
-cc_library(
+grpc_cc_library(
name = "client",
testonly = 1,
srcs = ["client.cc"],
@@ -32,11 +32,10 @@ cc_library(
],
)
-cc_library(
+grpc_cc_library(
name = "server",
testonly = 1,
srcs = ["server.cc"],
- copts = ["-Wno-implicit-fallthrough"],
deps = [
"//:gpr",
"//:grpc",