| Index: mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| diff --git a/mojo/edk/system/platform_handle_dispatcher_unittest.cc b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| index 70f5df77eb6a37e93eabf0e04f34ac7c5810fbd2..25026225021fb9c6bee4922f533633ecc2579cfd 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| @@ -104,7 +104,6 @@ TEST(PlatformHandleDispatcherTest, CreateEquivalentDispatcherAndClose) {
|
| HandleTransport transport(test::HandleTryStartTransport(handle));
|
| EXPECT_TRUE(transport.is_valid());
|
| EXPECT_EQ(Dispatcher::Type::PLATFORM_HANDLE, transport.GetType());
|
| - EXPECT_FALSE(transport.IsBusy());
|
|
|
| Handle equivalent_handle =
|
| transport.CreateEquivalentHandleAndClose(nullptr, 0u);
|
|
|