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

Unified Diff: ios/testing/earl_grey/disabled_test_macros.h

Issue 2608733002: Fix include/import in ios/testing and ios/chrome/test (Closed)
Patch Set: Created 4 years 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/testing_application_context.mm ('k') | ios/testing/ocmock_complex_type_helper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/disabled_test_macros.h
diff --git a/ios/testing/earl_grey/disabled_test_macros.h b/ios/testing/earl_grey/disabled_test_macros.h
index 5adb429f37c424a9e2d1b3acf2f9ca39b2cdcd4a..e8fe36c0f04132ea08b5d5218c6efcf40475443c 100644
--- a/ios/testing/earl_grey/disabled_test_macros.h
+++ b/ios/testing/earl_grey/disabled_test_macros.h
@@ -5,6 +5,8 @@
#ifndef IOS_TESTING_EARL_GREY_DISABLED_TEST_MACROS_H_
#define IOS_TESTING_EARL_GREY_DISABLED_TEST_MACROS_H_
+#import <Foundation/Foundation.h>
+
// A macro that forces an Earl Grey test to pass. It should be used to disable
// tests that fail due to a bug. This macro should be used when the
// configuration for which the test should be disabled can only be determined
« no previous file with comments | « ios/chrome/test/testing_application_context.mm ('k') | ios/testing/ocmock_complex_type_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698