Commit c8f4e1ce authored by stkhapugin's avatar stkhapugin Committed by Commit bot

[ObjC ARC] Converts ios/chrome/browser/ui/collection_view/cells:test_support to ARC.

Automatically generated ARCMigrate commit
Notable issues:None
BUG=624363
TEST=None

Review-Url: https://codereview.chromium.org/2742783002
Cr-Commit-Position: refs/heads/master@{#455762}
parent a2c7947c
...@@ -41,6 +41,7 @@ source_set("cells") { ...@@ -41,6 +41,7 @@ source_set("cells") {
} }
source_set("test_support") { source_set("test_support") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true testonly = true
sources = [ sources = [
"test_utils.h", "test_utils.h",
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
#import "ios/chrome/browser/ui/collection_view/cells/test_utils.h" #import "ios/chrome/browser/ui/collection_view/cells/test_utils.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace ios_internal { namespace ios_internal {
UIImage* CollectionViewTestImage() { UIImage* CollectionViewTestImage() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment