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 |