| Index: mojo/public/cpp/system/tests/core_unittest.cc
|
| diff --git a/mojo/public/cpp/system/tests/core_unittest.cc b/mojo/public/cpp/system/tests/core_unittest.cc
|
| index c86b9e9e8a8d210a7e93cfb1f3134912967c2d76..4dcad4332bd7e91fb1a249f4f06b7b4dfd0796bd 100644
|
| --- a/mojo/public/cpp/system/tests/core_unittest.cc
|
| +++ b/mojo/public/cpp/system/tests/core_unittest.cc
|
| @@ -108,7 +108,7 @@ TEST(CoreCppTest, Basic) {
|
| EXPECT_EQ(kInvalidHandleValue, h.get().value());
|
|
|
| EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT,
|
| - Wait(h.get(), ~MOJO_HANDLE_SIGNAL_NONE, 1000000));
|
| + Wait(h.get(), ~MOJO_HANDLE_SIGNAL_NONE, 1000000, nullptr));
|
|
|
| std::vector<Handle> wh;
|
| wh.push_back(h.get());
|
|
|