Index: ios/chrome/test/earl_grey/shell_test.mm |
diff --git a/ios/chrome/test/earl_grey/shell_test.mm b/ios/chrome/test/earl_grey/shell_test.mm |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5b4cddc172c1c4cafc6884d64c1f2cf5e1514915 |
--- /dev/null |
+++ b/ios/chrome/test/earl_grey/shell_test.mm |
@@ -0,0 +1,12 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#import <UIKit/UIKit.h> |
+#import <XCTest/XCTest.h> |
+ |
+@interface EmptyFile : NSObject |
+@end |
+ |
+@implementation EmptyFile |
+@end |