Chromium Code Reviews| Index: ios/web/shell/test/shell_test.mm |
| diff --git a/ios/web/shell/test/shell_test.mm b/ios/web/shell/test/shell_test.mm |
| index 5b4cddc172c1c4cafc6884d64c1f2cf5e1514915..3f1eee5bc6605b98eb8b251158645cbcec0e47dd 100644 |
| --- a/ios/web/shell/test/shell_test.mm |
| +++ b/ios/web/shell/test/shell_test.mm |
| @@ -5,8 +5,12 @@ |
| #import <UIKit/UIKit.h> |
| #import <XCTest/XCTest.h> |
| -@interface EmptyFile : NSObject |
| +@interface EmptyTests : XCTestCase |
|
justincohen
2016/07/21 18:42:05
Same here
sdefresne
2016/07/22 13:32:08
Reverted.
|
| @end |
| -@implementation EmptyFile |
| +@implementation EmptyTests |
| + |
| +- (void)testThatDoesNothing { |
| +} |
| + |
| @end |