diff options
Diffstat (limited to 'base/test/test_switches.cc')
-rw-r--r-- | base/test/test_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc index d87acaf..c970fd2 100644 --- a/base/test/test_switches.cc +++ b/base/test/test_switches.cc @@ -4,10 +4,6 @@ #include "base/test/test_switches.h" -// Time (in milliseconds) that the tests should wait before timing out. -// TODO(phajdan.jr): Clean up the switch names. -const char switches::kTestLargeTimeout[] = "test-large-timeout"; - // Maximum number of tests to run in a single batch. const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit"; |