aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-07-29 02:15:04 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-07-31 16:32:15 +0200
commit94261203955f8683dd26e3d0233cb45329e4545f (patch)
treed4cef6f80fa9ecb64a0f865baf210b4d7d5ff2ac /src/test/shell/integration/BUILD
parent6705b508fe069147c853ca9669363342f3527689 (diff)
Remove old intellij aspect code bundled with Bazel
PiperOrigin-RevId: 163538636
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 857eab618d..edafc4ef5c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -163,24 +163,6 @@ sh_test(
)
sh_test(
- name = "ide_info_generation_skylark",
- size = "large",
- srcs = ["ide_info_generation.sh"],
- args = [
- "@bazel_tools//tools/ide:intellij_info.bzl%intellij_info_aspect",
- "intellij-info-text",
- "intellij-info.txt",
- "intellij-info-text",
- "intellij-info.txt",
- "intellij-resolve",
- ],
- data = [
- ":test-deps",
- "//src/tools/android/java/com/google/devtools/build/android/ideinfo:PackageParser",
- ],
-)
-
-sh_test(
name = "skylark_flag_test",
size = "small",
srcs = ["skylark_flag_test.sh"],