Bazel: Add missing test dependency on ObjectIdMatcher

Test plan:

  bazel build //...

Change-Id: I28a8d3cfa54b46b95043ddd7bfdd1412c6b54865
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2018-11-05 11:20:44 +09:00
parent 416c40aefc
commit a6da0591ae
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ HELPERS = glob(["src/**/*.java"]) + [PKG + c for c in [
"nls/NonTranslatedBundle.java",
"revwalk/RevQueueTestCase.java",
"revwalk/RevWalkTestCase.java",
"transport/ObjectIdMatcher.java",
"transport/SpiTransport.java",
"treewalk/FileTreeIteratorWithTimeControl.java",
"treewalk/filter/AlwaysCloneTreeFilter.java",