diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2017-09-11 17:00:11 -0700 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2017-09-11 17:00:11 -0700 |
commit | 6945203300f17a01bc6658202e04796718897e12 (patch) | |
tree | d0136d9be8c539fefea318a5194cbe3fcccb0d8e /BUILD | |
parent | 49b31dc5f74fabdc0a9c76bf5460ba375a105801 (diff) |
Exclude addressbook.proto from C# boostrap test.
This addressbook.proto now belongs to its own bazel pacakge and can't be
accessed in bazel protobuf_test target.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -615,7 +615,6 @@ cc_test( # Files for csharp_bootstrap_unittest.cc. "conformance/**/*", "csharp/src/**/*", - "examples/**/*", ]), includes = [ "src/", |