diff options
Diffstat (limited to 'chrome/test/unit/run_all_unittests.cc')
-rw-r--r-- | chrome/test/unit/run_all_unittests.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/unit/run_all_unittests.cc b/chrome/test/unit/run_all_unittests.cc index 24413d52..8a7419b 100644 --- a/chrome/test/unit/run_all_unittests.cc +++ b/chrome/test/unit/run_all_unittests.cc @@ -2,14 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/at_exit.h" #include "chrome/test/unit/chrome_test_suite.h" int main(int argc, char **argv) { - // Some tests may use base::Singleton<>, thus we need to instanciate - // the AtExitManager or else we will leak objects. - base::AtExitManager at_exit_manager; - return ChromeTestSuite(argc, argv).Run(); } |