diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_sync_message_unittest.h | 2 | ||||
-rw-r--r-- | ipc/ipc_tests.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_sync_message_unittest.h b/ipc/ipc_sync_message_unittest.h index 7b252b5..06c9af0 100644 --- a/ipc/ipc_sync_message_unittest.h +++ b/ipc/ipc_sync_message_unittest.h @@ -95,4 +95,4 @@ IPC_BEGIN_MESSAGES(Test) IPC_SYNC_MESSAGE_ROUTED3_3(Msg_R_3_3, int, std::string, bool, std::string, int, bool) -IPC_END_MESSAGES(TestMsg) +IPC_END_MESSAGES(Test) diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 172284e..7094308 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_POXIX) +#endif // defined(OS_POSIX) ASSERT_TRUE(process_handle); |