aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-19 08:00:39 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-01-19 13:27:45 +0000
commit53520e3e8d6f85fd758753f5125926b49694d49a (patch)
tree335d24e05e8bf178bb3c63da41f4fad1a6356426 /third_party/ijar/test
parent819be0833421e3c8032f4ecf676113b809f846b8 (diff)
Set test_class for java_test test target where it is needed
This make those test target compatible with --nolegacy_bazel_java_test. -- Change-Id: I2316c9aa53327b417ecce5fd5dab95ec726da11d Reviewed-on: https://bazel-review.googlesource.com/#/c/2690 MOS_MIGRATED_REVID=112446514
Diffstat (limited to 'third_party/ijar/test')
-rw-r--r--third_party/ijar/test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index 15ebdb37ea..a096417a2f 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -135,7 +135,6 @@ java_test(
"IjarTests.java",
"StripVerifyingVisitor.java",
],
- args = ["IjarTests"],
data = [
"PrivateNestedClass.java",
"UseDeprecatedParts.java",
@@ -144,6 +143,7 @@ java_test(
":interface_ijar_testlib",
],
tags = ["zip"],
+ test_class = "IjarTests",
deps = [
"//src/java_tools/buildjar:BazelJavaCompiler",
"//third_party:asm",