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

Unified Diff: third_party/WebKit/Source/wtf/testing/RunAllTests.cpp

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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
Index: third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
diff --git a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
index 8e2bac7a0137dfec3731310ddbea5137d27d8027..6f44eaa43009f90e78b83a676e0e6b100ab93ae0 100644
--- a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
+++ b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
@@ -34,15 +34,13 @@
#include <base/test/test_suite.h>
#include <string.h>
-static double CurrentTime()
-{
- return 0.0;
+static double CurrentTime() {
+ return 0.0;
}
-int main(int argc, char** argv)
-{
- WTF::setAlwaysZeroRandomSourceForTesting();
- WTF::initialize(CurrentTime, nullptr, nullptr, nullptr);
- WTF::initializeMainThread(0);
- return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
+int main(int argc, char** argv) {
+ WTF::setAlwaysZeroRandomSourceForTesting();
+ WTF::initialize(CurrentTime, nullptr, nullptr, nullptr);
+ WTF::initializeMainThread(0);
+ return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
}
« no previous file with comments | « third_party/WebKit/Source/wtf/dtoa_test.cpp ('k') | third_party/WebKit/Source/wtf/testing/WTFTestPrinters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698