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

Unified Diff: test/win/win_multiprocess_test.cc

Issue 1164453003: Refactor multiprocess test code to allow multiple child processes to be launched. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@multiprocess_test
Patch Set: Tweaks. Created 5 years, 7 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
« test/win/win_multiprocess.h ('K') | « test/win/win_multiprocess.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/win_multiprocess_test.cc
diff --git a/test/win/win_multiprocess_test.cc b/test/win/win_multiprocess_test.cc
index 18b6ca427cc326ee5b10cd8fbb9f8d8556695351..15cbfdd51cc44be72b602aae8b8911b22ca55ad4 100644
--- a/test/win/win_multiprocess_test.cc
+++ b/test/win/win_multiprocess_test.cc
@@ -37,8 +37,7 @@ class TestWinMultiprocess final : public WinMultiprocess {
};
TEST(WinMultiprocess, WinMultiprocess) {
- TestWinMultiprocess win_multiprocess;
- win_multiprocess.Run();
+ WinMultiprocess::Run<TestWinMultiprocess>();
}
scottmg 2015/06/01 21:53:22 A few tests aren't here, just in need a rebase?
erikwright (departed) 2015/06/24 20:01:35 Done.
} // namespace
« test/win/win_multiprocess.h ('K') | « test/win/win_multiprocess.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698