aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2018-06-15 16:31:21 -0700
committerGravatar GitHub <noreply@github.com>2018-06-15 16:31:21 -0700
commit5bdd9a8cb9b35361bd54d6e518c289c41e23ab79 (patch)
tree655d3fceacc36c48b666a1607419e6ce4e10988f /test/cpp/util
parent8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff)
Revert "Revert "Add suppressions to sanitizers for bazel builds""
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index b1153d2df3..9b42bb28b1 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -217,6 +217,7 @@ grpc_cc_test(
],
deps = [
"//:grpc++",
+ "//test/core/util:gpr_test_util",
],
)
@@ -260,6 +261,7 @@ grpc_cc_test(
deps = [
"//:grpc++_error_details",
"//src/proto/grpc/testing:echo_messages_proto",
+ "//test/core/util:gpr_test_util",
],
)