| Index: mojo/edk/system/raw_channel_unittest.cc
|
| diff --git a/mojo/edk/system/raw_channel_unittest.cc b/mojo/edk/system/raw_channel_unittest.cc
|
| index 5f86e7ed048a125ac28304236b30e2ba8232b1f4..a8cbcba7d7b5d3d4cb93c110bd716d55c272d321 100644
|
| --- a/mojo/edk/system/raw_channel_unittest.cc
|
| +++ b/mojo/edk/system/raw_channel_unittest.cc
|
| @@ -59,7 +59,7 @@ bool CheckMessageData(const void* bytes, uint32_t num_bytes) {
|
| }
|
|
|
| void InitOnIOThread(RawChannel* raw_channel, RawChannel::Delegate* delegate) {
|
| - CHECK(raw_channel->Init(delegate));
|
| + raw_channel->Init(delegate);
|
| }
|
|
|
| bool WriteTestMessageToHandle(const embedder::PlatformHandle& handle,
|
|
|