| Index: mojo/public/cpp/system/tests/handle_unittest.cc
|
| diff --git a/mojo/public/cpp/system/tests/handle_unittest.cc b/mojo/public/cpp/system/tests/handle_unittest.cc
|
| index 6c40da19144f88e83434f9c89dd47a421cd766dc..6df3468d79ddb23d6be2225892d558f745ac62cd 100644
|
| --- a/mojo/public/cpp/system/tests/handle_unittest.cc
|
| +++ b/mojo/public/cpp/system/tests/handle_unittest.cc
|
| @@ -171,5 +171,8 @@ TEST(HandleTest, ScopedHandleMoveCtorSelf) {
|
| EXPECT_TRUE(buffer1.is_valid());
|
| }
|
|
|
| +// TODO(vtl): Test |CloseRaw()|.
|
| +// TODO(vtl): Test |reset()| more thoroughly?
|
| +
|
| } // namespace mojo
|
| } // namespace
|
|
|