aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
diff options
context:
space:
mode:
authorGravatar kaipi <kaipi@google.com>2018-01-25 09:43:38 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-25 09:46:24 -0800
commit86fdf0b2495888fc2c3e8c84e0b2f02f566187f9 (patch)
tree1f3021b1cd810712c56d7748a8911c05f80ca68f /src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
parentada0c370c2a3ea484925bc4e7d927b015bc4ad92 (diff)
Remove ios_test from Bazel. ios_test is an old rule and this removal is part of the final steps of the migration process into Skylark. If you were using ios_test, please take a look at ios_unit_test provided by the github.com/bazelbuild/rules_apple project.
PiperOrigin-RevId: 183251623
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/rules/objc/BUILD')
-rw-r--r--src/test/java/com/google/devtools/build/lib/rules/objc/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD b/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
index 95299e9bd8..20f179ae3e 100644
--- a/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
+++ b/src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
@@ -21,13 +21,11 @@ java_library(
"AppleStubBinaryTest.java",
"AppleToolchainSelectionTest.java",
"BinaryRuleType.java",
- "BinaryRuleTypePair.java",
"HeaderThinningTest.java",
"InterspersingTest.java",
"IosDeviceTest.java",
"J2ObjcLibraryTest.java",
"J2ObjcSourceTest.java",
- "LegacyTest.java",
"ObjcBuildVariablesTest.java",
"ObjcBundleLibraryTest.java",
"ObjcBundleTest.java",