aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/BUILD
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-06-08 15:13:13 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-06-08 15:36:53 +0000
commit5e25aef06157afb0754ccd951631aec13ddec9af (patch)
treec6fa3cdfbbbbe053a45140ee83b6aa0aab7ccba5 /src/test/java/BUILD
parent545f120211afc5c8254e59bde6f7cde3b6032ac9 (diff)
Fix compilation of Skylarkshell
Java complained about the use of an indirect dependency. -- MOS_MIGRATED_REVID=95439614
Diffstat (limited to 'src/test/java/BUILD')
-rw-r--r--src/test/java/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/java/BUILD b/src/test/java/BUILD
index 5d14e87049..2ab7e3bc17 100644
--- a/src/test/java/BUILD
+++ b/src/test/java/BUILD
@@ -441,6 +441,7 @@ java_binary(
main_class = "com.google.devtools.build.lib.syntax.SkylarkShell",
deps = [
"//src/main/java:bazel-core",
+ "//src/main/java:events",
],
)