| 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 626991a1dac5cb66c3435434231c011833f6ca7c..70f5df77eb6a37e93eabf0e04f34ac7c5810fbd2 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher_unittest.cc
|
| @@ -76,6 +76,7 @@ TEST(PlatformHandleDispatcher, SupportsEntrypointClass) {
|
| ASSERT_TRUE(d);
|
| EXPECT_FALSE(h.is_valid());
|
|
|
| + EXPECT_TRUE(d->SupportsEntrypointClass(EntrypointClass::NONE));
|
| EXPECT_FALSE(d->SupportsEntrypointClass(EntrypointClass::MESSAGE_PIPE));
|
| EXPECT_FALSE(d->SupportsEntrypointClass(EntrypointClass::DATA_PIPE_PRODUCER));
|
| EXPECT_FALSE(d->SupportsEntrypointClass(EntrypointClass::DATA_PIPE_CONSUMER));
|
|
|