| Index: mojo/edk/system/data_pipe_impl_unittest.cc
|
| diff --git a/mojo/edk/system/data_pipe_impl_unittest.cc b/mojo/edk/system/data_pipe_impl_unittest.cc
|
| index c50e6499e0341dc6b55ff3197403781444f281ca..53b0ad55dadb5433ce2b0c547ce98f9dd0fed73b 100644
|
| --- a/mojo/edk/system/data_pipe_impl_unittest.cc
|
| +++ b/mojo/edk/system/data_pipe_impl_unittest.cc
|
| @@ -316,7 +316,7 @@ class RemoteDataPipeImplTestHelper : public DataPipeImplTestHelper {
|
| ASSERT_EQ(1u, read_num_handles);
|
| ASSERT_TRUE(read_handles[0]);
|
| EXPECT_TRUE(read_handles[0].dispatcher->HasOneRef());
|
| - // TODO(vtl): Also check the rights here once they're actually preserved?
|
| + EXPECT_EQ(handle_to_send.rights, read_handles[0].rights);
|
|
|
| *handle_to_receive = std::move(read_handles[0]);
|
| }
|
|
|