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

Unified Diff: base/test/test_support_ios.mm

Issue 2648263002: Code coverage with llvm-cov (Closed)
Patch Set: Some changes Created 3 years, 9 months 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 | « no previous file | ios/showcase/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_support_ios.mm
diff --git a/base/test/test_support_ios.mm b/base/test/test_support_ios.mm
index d7e99908eaf857b3240cc22aca57eec0dda5d26b..3013293e752b1e8d66bfd9909cc9a6ecf98c647f 100644
--- a/base/test/test_support_ios.mm
+++ b/base/test/test_support_ios.mm
@@ -169,7 +169,7 @@ static char** g_argv;
UIApplication* application = [UIApplication sharedApplication];
[application _terminateWithStatus:exitStatus];
- coverage_util::FlushCoverageDataIfNecessary();
+// coverage_util::SetupCodeCoverageIfNecessary();
exit(exitStatus);
}
« no previous file with comments | « no previous file | ios/showcase/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698