diff options
-rw-r--r-- | base/run_all_unittests.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/run_all_unittests.cc b/base/run_all_unittests.cc index 62d22a5..fae6cc6 100644 --- a/base/run_all_unittests.cc +++ b/base/run_all_unittests.cc @@ -31,8 +31,7 @@ #include "base/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. + // Setup an AtExitManager so Singleton objects will be destructed. base::AtExitManager at_exit_manager; CommandLine::SetArgcArgv(argc, argv); |