aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-07-19 15:22:01 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-07-19 15:22:01 -0700
commit5a14bbec66c75e877f3744b859c723911ae8b129 (patch)
treedb4dbad1e689033c5e6389c181029286deff4276
parentb6b0932c28ff636d2e4405ef54d5a62349c2cd18 (diff)
Let roots_filename be a static variable
-rw-r--r--src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
index 122200a294..58abb492ce 100644
--- a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
+++ b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m
@@ -178,7 +178,7 @@ static grpc_end2end_test_config configs[] = {
-char *roots_filename;
+static char *roots_filename;
@interface CoreCronetEnd2EndTests : XCTestCase