Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: shell/child_process_host_unittest.cc

Issue 939353002: Fix mojo::shell::Context shutdown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | shell/context.h » ('j') | shell/desktop/mojo_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process_host_unittest.cc
diff --git a/shell/child_process_host_unittest.cc b/shell/child_process_host_unittest.cc
index 6aa77b436354568fc70adf371d33cd898a430630..c52c8c78c26d37df5f1bc1ba1bd8616abf8a8aa8 100644
--- a/shell/child_process_host_unittest.cc
+++ b/shell/child_process_host_unittest.cc
@@ -52,6 +52,8 @@ TEST_F(ChildProcessHostTest, MAYBE_Basic) {
int exit_code = child_process_host.Join();
VLOG(2) << "Joined child: exit_code = " << exit_code;
EXPECT_EQ(0, exit_code);
+
+ context.Shutdown();
}
} // namespace
« no previous file with comments | « no previous file | shell/context.h » ('j') | shell/desktop/mojo_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698