| Index: ash/mus/top_level_window_factory_unittest.cc
|
| diff --git a/ash/mus/top_level_window_factory_unittest.cc b/ash/mus/top_level_window_factory_unittest.cc
|
| index 61a5a21b8cb71064fe17edc61472052fc0d49083..2e016c1db498a49f3c9a432f52d25fd52e75ca22 100644
|
| --- a/ash/mus/top_level_window_factory_unittest.cc
|
| +++ b/ash/mus/top_level_window_factory_unittest.cc
|
| @@ -32,9 +32,6 @@ TEST_F(TopLevelWindowFactoryTest, CreateFullscreenWindow) {
|
| using TopLevelWindowFactoryWmTest = mus::WmTestBase;
|
|
|
| TEST_F(TopLevelWindowFactoryWmTest, IsWindowShownInCorrectDisplay) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("400x400,400x400");
|
| EXPECT_NE(GetPrimaryDisplay().id(), GetSecondaryDisplay().id());
|
|
|
|
|