aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/BUILD
diff options
context:
space:
mode:
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 a40fb8e083..0cef7aa01d 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.h'],
- srcs = ['fixtures/http_proxy.c'],
+ hdrs = ['fixtures/http_proxy_fixture.h'],
+ srcs = ['fixtures/http_proxy_fixture.c'],
copts = ['-std=c99'],
deps = ['//:gpr', '//:grpc', '//test/core/util:grpc_test_util']
)