summaryrefslogtreecommitdiffstats
path: root/mojo/system/multiprocess_message_pipe_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/system/multiprocess_message_pipe_unittest.cc')
-rw-r--r--mojo/system/multiprocess_message_pipe_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/system/multiprocess_message_pipe_unittest.cc b/mojo/system/multiprocess_message_pipe_unittest.cc
index fe1c042..458fe77 100644
--- a/mojo/system/multiprocess_message_pipe_unittest.cc
+++ b/mojo/system/multiprocess_message_pipe_unittest.cc
@@ -78,8 +78,8 @@ class ChannelThread {
// message pipe endpoint is attached.
CHECK_EQ(channel_->AttachMessagePipeEndpoint(message_pipe, 1),
Channel::kBootstrapEndpointId);
- channel_->RunMessagePipeEndpoint(Channel::kBootstrapEndpointId,
- Channel::kBootstrapEndpointId);
+ CHECK(channel_->RunMessagePipeEndpoint(Channel::kBootstrapEndpointId,
+ Channel::kBootstrapEndpointId));
}
void ShutdownChannelOnIOThread() {