aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/cross_language/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/cross_language/BUILD.bazel')
-rw-r--r--tools/testing/cross_language/BUILD.bazel10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/testing/cross_language/BUILD.bazel b/tools/testing/cross_language/BUILD.bazel
deleted file mode 100644
index 6ad5f6f70..000000000
--- a/tools/testing/cross_language/BUILD.bazel
+++ /dev/null
@@ -1,10 +0,0 @@
-package(default_visibility = ["//:__subpackages__"])
-
-licenses(["notice"])
-
-filegroup(
- name = "test_lib",
- srcs = [
- "test_util.sh",
- ],
-)