| Index: mojo/edk/system/message_pipe_test_utils.cc
|
| diff --git a/mojo/edk/system/message_pipe_test_utils.cc b/mojo/edk/system/message_pipe_test_utils.cc
|
| index ba6a0e0d19c0a3eea72bccbd33598695a3020f5d..f227543fea28c7ff572a14b70e27ea659ad3048c 100644
|
| --- a/mojo/edk/system/message_pipe_test_utils.cc
|
| +++ b/mojo/edk/system/message_pipe_test_utils.cc
|
| @@ -74,7 +74,7 @@ void ChannelThread::InitChannelOnIOThread(
|
|
|
| // Create and initialize |Channel|.
|
| channel_ = new Channel(platform_support_);
|
| - CHECK(channel_->Init(RawChannel::Create(platform_handle.Pass())));
|
| + channel_->Init(RawChannel::Create(platform_handle.Pass()));
|
|
|
| // Start the bootstrap endpoint.
|
| // Note: On the "server" (parent process) side, we need not attach/run the
|
|
|