Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: ios/chrome/test/earl_grey/smoke_egtest.mm

Issue 2893763002: [ObjC ARC] Converts ios/chrome/test/earl_grey:ios_chrome_smoke_egtests to ARC. (Closed)
Patch Set: Fix auto arc script errors Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/test/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/smoke_egtest.mm
diff --git a/ios/chrome/test/earl_grey/smoke_egtest.mm b/ios/chrome/test/earl_grey/smoke_egtest.mm
index 006cd0f9b9562f93b1c1a27ab362a804d8c01bf1..33a3e8a3e00ed2f582b4554a7602de364b1c7c3d 100644
--- a/ios/chrome/test/earl_grey/smoke_egtest.mm
+++ b/ios/chrome/test/earl_grey/smoke_egtest.mm
@@ -11,6 +11,10 @@
#import "ios/chrome/test/earl_grey/chrome_matchers.h"
#import "ios/chrome/test/earl_grey/chrome_test_case.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
// Test case to verify that EarlGrey tests can be launched and perform basic UI
// interactions.
@interface SmokeTestCase : ChromeTestCase
« no previous file with comments | « ios/chrome/test/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698