Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1116)

Unified Diff: net/base/run_all_unittests.cc

Issue 434115: Revert "Apply test isolation goodness to net_unittests." (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/host_resolver_proc.cc ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/run_all_unittests.cc
diff --git a/net/base/run_all_unittests.cc b/net/base/run_all_unittests.cc
index 178bd5b73838b6daee2902ef681b04880c4b7012..2bed0b7b55b53f2f32958074282a8ba393eae45f 100644
--- a/net/base/run_all_unittests.cc
+++ b/net/base/run_all_unittests.cc
@@ -30,7 +30,5 @@
#include "net/base/net_test_suite.h"
int main(int argc, char** argv) {
- NetTestSuite test_suite(argc, argv);
- test_suite.EnforceTestIsolation();
- return test_suite.Run();
+ return NetTestSuite(argc, argv).Run();
}
« no previous file with comments | « net/base/host_resolver_proc.cc ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698