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

Unified Diff: ios/web/shell/test/shell_test.mm

Issue 2173493002: Convert ios_web_shell_test to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eg-tests-deps
Patch Set: Created 4 years, 5 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
« ios/third_party/earl_grey/xctest_shell.mm ('K') | « ios/web/shell/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« ios/third_party/earl_grey/xctest_shell.mm ('K') | « ios/web/shell/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698