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 |