@@ -16,19 +16,12 @@ package(default_visibility = ["//visibility:private"])
1616
1717licenses (["notice" ]) # Apache 2.0
1818
19- # TODO(#5726) - DO NOT CHANGE THESE TARGET NAMES These package names are
20- # expected to remain usable until we have retired them. They are *deprecated *
21- # (that is, we no longer recommend their use), but *NOT* retired (that is, they
22- # remain available). This is a test for backwards compatibility. If you need to
23- # change the test, there is good chance you are breaking something.
19+ # These package names are expected to remain usable until we have retired them.
20+ # They are *deprecated* (that is, we no longer recommend their use), but *NOT *
21+ # decommissioned (that is, they remain available). This is a test for backwards
22+ # compatibility. If you need to change the test, there is good chance you are
23+ # breaking something.
2424DEPRECATED_TARGETS = [
25- "google/cloud/pubsub:pubsub_client_testing" ,
26- "google/cloud/spanner:spanner_client_testing" ,
27- "google/cloud/testing_util:google_cloud_cpp_testing" ,
28- "google/cloud/testing_util:google_cloud_cpp_testing_grpc" ,
29- "google/cloud/testing_util:google_cloud_cpp_testing_rest" ,
30- "google/cloud:google_cloud_cpp_common" ,
31- "google/cloud:google_cloud_cpp_grpc_utils" ,
3225]
3326
3427[cc_test (
0 commit comments