Skip to content
Snippets Groups Projects
Commit d86d7424 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Remove BUILD rule for removed test.

parent f3792b20
No related branches found
No related tags found
No related merge requests found
...@@ -45,10 +45,3 @@ cc_test( ...@@ -45,10 +45,3 @@ cc_test(
deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util", "//test/core/end2end:cq_verifier"], deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util", "//test/core/end2end:cq_verifier"],
copts = ['-std=c99'] copts = ['-std=c99']
) )
cc_test(
name = "set_initial_connect_string_test",
srcs = ["set_initial_connect_string_test.c"],
deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util"],
copts = ['-std=c99']
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment