| Index: mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/multiprocess_message_pipe_unittest.cc b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| index 05309b03b58cef940f88a3ae45e8f6253005f39f..af3b3bb245613eff946995affd970ee49b963e6b 100644
|
| --- a/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| +++ b/mojo/edk/system/multiprocess_message_pipe_unittest.cc
|
| @@ -509,7 +509,7 @@ TEST_P(MultiprocessMessagePipeTestWithPipeCount, PlatformHandlePassing) {
|
|
|
| // Not yet implemented (on Windows).
|
| // Android multi-process tests are not executing the new process. This is flaky.
|
| -#if defined(OS_POSIX) and !defined(OS_ANDROID)
|
| +#if defined(OS_POSIX) && !defined(OS_ANDROID)
|
| INSTANTIATE_TEST_CASE_P(PipeCount,
|
| MultiprocessMessagePipeTestWithPipeCount,
|
| testing::Values(1u, 10u, 25u));
|
|
|