diff options
author | yang-g <yangg@google.com> | 2017-04-12 10:18:10 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-04-12 10:18:10 -0700 |
commit | 66d40c63f7bf004623dcc4dbafda96b69fc46094 (patch) | |
tree | 538cddb8b9826207ed956e4ace5923a54a34ea2d /test | |
parent | eceec8eaf6f38766364b203e92ccb6b25028b89b (diff) |
Fix BUILD dependency, copyright and cmake
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/util/BUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index 7471ce75dd..38f804ffd4 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -89,8 +89,9 @@ cc_test( "error_details_test.cc", ], deps = [ - "//external:gtest", "//:grpc++_error_details", + "//external:gtest", + "//src/proto/grpc/testing:echo_messages_proto", ], ) |