Index: chrome/test/out_of_proc_test_runner.cc |
diff --git a/chrome/test/out_of_proc_test_runner.cc b/chrome/test/out_of_proc_test_runner.cc |
index 9a3201e1f04d1cf26682bf187b49bbdee38a0c37..254abb10c2156e8970d80dae8e041b3d577c0bc7 100644 |
--- a/chrome/test/out_of_proc_test_runner.cc |
+++ b/chrome/test/out_of_proc_test_runner.cc |
@@ -412,6 +412,7 @@ bool RunTests(bool should_shard, int total_shards, int shard_index) { |
DCHECK(!command_line->HasSwitch(kGTestListTestsFlag)); |
testing::UnitTest* const unit_test = testing::UnitTest::GetInstance(); |
+ unit_test->parameterized_test_registry().RegisterTests(); |
Paweł Hajdan Jr.
2011/05/23 19:11:25
I don't think that's very maintainable. What if we
Sheridan Rawlins
2011/05/23 20:37:08
Done.
|
std::string filter = command_line->GetSwitchValueASCII(kGTestFilterFlag); |