diff options
author | Muxi Yan <mxyan@google.com> | 2016-07-19 15:22:01 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-07-19 15:22:01 -0700 |
commit | 5a14bbec66c75e877f3744b859c723911ae8b129 (patch) | |
tree | db4dbad1e689033c5e6389c181029286deff4276 | |
parent | b6b0932c28ff636d2e4405ef54d5a62349c2cd18 (diff) |
Let roots_filename be a static variable
-rw-r--r-- | src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m | 2 |
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 |