Fix BUILD file for //test/core/promise (#26949)

pull/26910/head
Yash Tibrewal 3 years ago committed by GitHub
parent e26a4b19ef
commit cb2d13fa73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      test/core/promise/BUILD

@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//bazel:grpc_build_system.bzl", "grpc_cc_test")
load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package")
licenses(["notice"])
grpc_package(name = "test/core/promise")
grpc_cc_test(
name = "poll_test",

Loading…
Cancel
Save