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

Unified Diff: Source/web/tests/WebUnitTests.cpp

Issue 401733002: No need to call InitGoogleMock() ourselves. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/web/tests/RunAllTests.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebUnitTests.cpp
diff --git a/Source/web/tests/WebUnitTests.cpp b/Source/web/tests/WebUnitTests.cpp
index f29103c4c3a126a5f249071f8644f09d7b64a039..f07b93718866c8b95a1a58d22115b7e20627c7c5 100644
--- a/Source/web/tests/WebUnitTests.cpp
+++ b/Source/web/tests/WebUnitTests.cpp
@@ -33,7 +33,6 @@
// FIXME: Can we move this to webkit/support and fix the layering violation?
#include <base/test/test_suite.h>
-#include <gmock/gmock.h>
static TestSuite* testSuite = 0;
@@ -41,7 +40,6 @@ namespace blink {
void InitTestSuite(int argc, char** argv)
{
- ::testing::InitGoogleMock(&argc, argv);
testSuite = new TestSuite(argc, argv);
}
« no previous file with comments | « Source/web/tests/RunAllTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698