Skip to content

Commit

Permalink
Fix bazel's ijar test after
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=105439722
  • Loading branch information
cushon authored and dslomov committed Oct 15, 2015
1 parent b53c184 commit 65cdb3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third_party/ijar/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ sh_test(
"WellCompressed1.java",
"WellCompressed2.java",
":libtypeannotations2.jar",
":libmethodparameters.jar",
"TypeAnnotationTest2.java",
# invokedynamic/ClassWithLambda.java, compiled with javac8
":libinvokedynamic.jar",
Expand Down Expand Up @@ -100,6 +101,12 @@ java_library(
tags = ["jdk8"],
)

java_library(
name = "methodparameters",
srcs = ["methodparameters/Test.java"],
javacopts = ["-source 8 -target 8 -parameters"],
)

java_test(
name = "IjarTests",
size = "small",
Expand Down

0 comments on commit 65cdb3e

Please sign in to comment.