Chromium Code Reviews| Index: ios/testing/BUILD.gn |
| diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn |
| index e4b8ef873b51b44f938468aa0db842780c80c705..ea121023ee77e7fb6e3f853748bc5e0ec1897b7f 100644 |
| --- a/ios/testing/BUILD.gn |
| +++ b/ios/testing/BUILD.gn |
| @@ -46,6 +46,7 @@ source_set("ocmock_support") { |
| } |
| test("ocmock_support_unittest") { |
| + configs += [ "//build/config/compiler:enable_arc" ] |
| deps = [ |
| ":ocmock_support", |
| "//base/test:run_all_unittests", |