| Index: mojo/shell/runner/host/child_process_host_unittest.cc
|
| diff --git a/mojo/shell/runner/host/child_process_host_unittest.cc b/mojo/shell/runner/host/child_process_host_unittest.cc
|
| index e14d2ac2fe785271ed17ff1cfc3c43d58af62e0f..9209115d7daa61f4ee699e1119a0e54ef9eb59f5 100644
|
| --- a/mojo/shell/runner/host/child_process_host_unittest.cc
|
| +++ b/mojo/shell/runner/host/child_process_host_unittest.cc
|
| @@ -99,10 +99,7 @@ TEST(ChildProcessHostTest, MAYBE_StartJoin) {
|
| base::Bind(&ProcessReadyCallbackAdapater, run_loop.QuitClosure()));
|
| run_loop.Run();
|
|
|
| - child_process_host.ExitNow(123);
|
| - int exit_code = child_process_host.Join();
|
| - VLOG(2) << "Joined child: exit_code = " << exit_code;
|
| - EXPECT_EQ(123, exit_code);
|
| + child_process_host.Join();
|
| blocking_pool->Shutdown();
|
| edk::ShutdownIPCSupport();
|
| EXPECT_EQ(1u, native_runner_delegate.get_and_clear_adjust_count());
|
|
|