| Index: mojo/public/c/system/tests/buffer_unittest.cc
|
| diff --git a/mojo/public/c/system/tests/buffer_unittest.cc b/mojo/public/c/system/tests/buffer_unittest.cc
|
| index 05179129c03e115fa8fcc7c01b68c8f863626d56..6e32f2c0caea93bd576f2f046d57dbc2e1cdbf69 100644
|
| --- a/mojo/public/c/system/tests/buffer_unittest.cc
|
| +++ b/mojo/public/c/system/tests/buffer_unittest.cc
|
| @@ -21,7 +21,6 @@ const MojoHandleRights kDefaultSharedBufferHandleRights =
|
| // The only handle that's guaranteed to be invalid is |MOJO_HANDLE_INVALID|.
|
| // Tests that everything that takes a handle properly recognizes it.
|
| TEST(BufferTest, InvalidHandle) {
|
| - // Shared buffer:
|
| MojoHandle out_handle = MOJO_HANDLE_INVALID;
|
| EXPECT_EQ(
|
| MOJO_RESULT_INVALID_ARGUMENT,
|
|
|