Remove last BUCK build file

Buck based build was removed in I6e860446ef, but the new top-level
directory gerrit-test-util with new BUCK build files was added in
I59aa42d89c, after the referenced change was uploaded to review.

Change-Id: I8b3d5bf046be0e6a4bf39ac035c55fbecaa281e0
This commit is contained in:
David Ostrovsky 2017-08-16 22:24:37 +02:00
parent 569c27c379
commit 1bc368b2c9
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
java_library(
name = 'test_util',
srcs = glob(['src/main/java/**/*.java']),
visibility = ['PUBLIC'],
deps = [
'//gerrit-extension-api:api',
'//lib:truth',
],
)