Skip to content

Commit

Permalink
Explicitly add JUnit dependencies to a couple of bazel tests. They ar…
Browse files Browse the repository at this point in the history
…e being supplied to them only because Bazel's own testRunner also depends on JUnit.

--
PiperOrigin-RevId: 146389942
MOS_MIGRATED_REVID=146389942
  • Loading branch information
kush-c authored and meteorcloudy committed Feb 3, 2017
1 parent ffe3c89 commit d995cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ java_test(
"//src/main/java/com/google/devtools/build/lib:os_util",
"//src/main/java/com/google/devtools/build/lib:vfs",
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
],
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ java_test(
"//src/test/java/com/google/devtools/build/lib:analysis_testutil",
"//src/test/java/com/google/devtools/build/lib:packages_testutil",
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
],
)

0 comments on commit d995cd7

Please sign in to comment.