diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2015-10-20 16:21:41 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2015-10-20 16:21:41 -0700 |
commit | 8f54026ded729f4225c35e13f635747edbc580eb (patch) | |
tree | 08fbab936ec7928156d79c69b8ff50cb4add3809 /BUILD | |
parent | bc4fd15209d5f874a2d9176761f46cfe5af33ed4 (diff) |
avoid name duplication.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -549,7 +549,7 @@ py_library( ) internal_protobuf_py_tests( - name = "python_tests", + name = "python_tests_batch", modules = [ "descriptor_database_test", "descriptor_pool_test", |