diff options
Diffstat (limited to 'ipc/ipc_tests.cc')
-rw-r--r-- | ipc/ipc_tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 7094308..172284e 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -270,7 +270,7 @@ TEST_F(IPCChannelTest, ChannelProxyTest) { L"RunTestClient", fds_to_map, debug_on_start); -#endif // defined(OS_POSIX) +#endif // defined(OS_POXIX) ASSERT_TRUE(process_handle); |