aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-09 08:34:10 -0800
committerGravatar GitHub <noreply@github.com>2017-03-09 08:34:10 -0800
commit7375d53de7e65ae15b320dd7b0f70d9ce2f5aae6 (patch)
treee4c0e571a638b10ec66dfdec10926c60036b404f /test/core/end2end/BUILD
parent45c34c323ea2a48ccdb9a5b03311aed1bc21fd34 (diff)
parent0cb7fef40669789c8720427c70b892a41e27bbdf (diff)
Merge pull request #10061 from grpc/revert-9977-fssplit
Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks"
Diffstat (limited to 'test/core/end2end/BUILD')
-rw-r--r--test/core/end2end/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/BUILD b/test/core/end2end/BUILD
index 0cef7aa01d..a40fb8e083 100644
--- a/test/core/end2end/BUILD
+++ b/test/core/end2end/BUILD
@@ -63,8 +63,8 @@ cc_library(
cc_library(
name = 'http_proxy',
- hdrs = ['fixtures/http_proxy_fixture.h'],
- srcs = ['fixtures/http_proxy_fixture.c'],
+ hdrs = ['fixtures/http_proxy.h'],
+ srcs = ['fixtures/http_proxy.c'],
copts = ['-std=c99'],
deps = ['//:gpr', '//:grpc', '//test/core/util:grpc_test_util']
)