aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-09 12:32:15 -0700
committerGravatar yang-g <yangg@google.com>2015-07-09 12:32:15 -0700
commitf9e8e59b1c113b614736b89cb2cb4e543ba82d9f (patch)
tree30a2b765875255c6f1664a4af7b3843b5362c1b0 /test
parentab575d46f73f4e11a243fb6b5dfa0ef748447727 (diff)
Resolve comments
Diffstat (limited to 'test')
-rw-r--r--test/cpp/common/secure_auth_context_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/common/secure_auth_context_test.cc b/test/cpp/common/secure_auth_context_test.cc
index e65a257803..6f8fb8f2cb 100644
--- a/test/cpp/common/secure_auth_context_test.cc
+++ b/test/cpp/common/secure_auth_context_test.cc
@@ -66,8 +66,6 @@ TEST_F(SecureAuthContextTest, Properties) {
std::vector<grpc::string> bar = context.FindPropertyValues("foo");
EXPECT_EQ(1, bar.size());
EXPECT_EQ("bar", bar[0]);
-
- GRPC_AUTH_CONTEXT_UNREF(ctx, "SecureAuthContextTest");
}
} // namespace