| Index: mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| diff --git a/mojo/edk/system/message_pipe_dispatcher_unittest.cc b/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| index fa35f7ae7dd6a6f5455f1886b2392c01e98bc10c..f0550436d7ea5b7b6d63bad1fb56493c0589750e 100644
|
| --- a/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| @@ -180,6 +180,7 @@ TEST(MessagePipeDispatcherTest, SupportsEntrypointClass) {
|
| EXPECT_EQ(MOJO_RESULT_OK, d_peer->Close());
|
| }
|
|
|
| + EXPECT_TRUE(d->SupportsEntrypointClass(EntrypointClass::NONE));
|
| EXPECT_TRUE(d->SupportsEntrypointClass(EntrypointClass::MESSAGE_PIPE));
|
| EXPECT_FALSE(d->SupportsEntrypointClass(EntrypointClass::DATA_PIPE_PRODUCER));
|
| EXPECT_FALSE(d->SupportsEntrypointClass(EntrypointClass::DATA_PIPE_CONSUMER));
|
|
|