| Index: mojo/public/c/system/tests/wait_unittest.cc
|
| diff --git a/mojo/public/c/system/tests/wait_unittest.cc b/mojo/public/c/system/tests/wait_unittest.cc
|
| index 1ba91f9ea55fa765c94c0e9ef8b2ef6508f16ea7..1d26faa925e9b5508a33a82089bfc30c5f424dbe 100644
|
| --- a/mojo/public/c/system/tests/wait_unittest.cc
|
| +++ b/mojo/public/c/system/tests/wait_unittest.cc
|
| @@ -13,7 +13,6 @@
|
| namespace {
|
|
|
| TEST(WaitTest, InvalidHandle) {
|
| - // Wait:
|
| EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT,
|
| MojoWait(MOJO_HANDLE_INVALID, ~MOJO_HANDLE_SIGNAL_NONE, 1000000u,
|
| nullptr));
|
|
|