diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-21 08:01:35 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-21 08:01:35 -0700 |
commit | 8e1fe5f16a97e73a864db9ae43664b31c489fa8b (patch) | |
tree | 933c5f5ebaa66d7ba42ad4b5439d3c3d101cbfb9 /test/core | |
parent | a29f1920c8acd73b38fcb3aa62b819fa72265f1b (diff) | |
parent | 77a4c52cbf3706191640e117b1f9bccddd64f1ac (diff) |
Merge github.com:grpc/grpc into trickle_stall
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/end2end/fuzzers/api_fuzzer_corpus/clusterfuzz-testcase-6462055064272896 | bin | 0 -> 51 bytes | |||
-rw-r--r-- | test/core/security/BUILD | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/fuzzers/api_fuzzer_corpus/clusterfuzz-testcase-6462055064272896 b/test/core/end2end/fuzzers/api_fuzzer_corpus/clusterfuzz-testcase-6462055064272896 Binary files differnew file mode 100644 index 0000000000..c121283242 --- /dev/null +++ b/test/core/end2end/fuzzers/api_fuzzer_corpus/clusterfuzz-testcase-6462055064272896 diff --git a/test/core/security/BUILD b/test/core/security/BUILD index 8c63f9143d..a81e1d366b 100644 --- a/test/core/security/BUILD +++ b/test/core/security/BUILD @@ -44,7 +44,8 @@ cc_library( srcs = ["oauth2_utils.c"], hdrs = ["oauth2_utils.h"], deps = ["//:grpc"], - copts = ['-std=c99'] + copts = ['-std=c99'], + visibility = ["//test/cpp:__subpackages__"], ) cc_test( |