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

Unified Diff: ios/shared/chrome/browser/coordinator_context/coordinator_context_unittest.mm

Issue 2798833003: [ios clean] Updates all BrowserCoordinator to the new rule (Closed)
Patch Set: Fix unittests Created 3 years, 8 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
Index: ios/shared/chrome/browser/coordinator_context/coordinator_context_unittest.mm
diff --git a/ios/shared/chrome/browser/coordinator_context/coordinator_context_unittest.mm b/ios/shared/chrome/browser/coordinator_context/coordinator_context_unittest.mm
deleted file mode 100644
index 30e377de31d3b9981989abd8a59b4d378c946e7a..0000000000000000000000000000000000000000
--- a/ios/shared/chrome/browser/coordinator_context/coordinator_context_unittest.mm
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2017 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 "ios/shared/chrome/browser/coordinator_context/coordinator_context.h"
-
-#include "testing/gtest/include/gtest/gtest.h"
-
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
-
-namespace {
-
-TEST(CoordinatorContextTest, Initialization) {
- CoordinatorContext* context = [[CoordinatorContext alloc] init];
- EXPECT_TRUE(context.animated);
-}
-
-} // namespace

Powered by Google App Engine
This is Rietveld 408576698