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

Unified Diff: third_party/WebKit/Source/wtf/ASCIICTypeTest.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
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.cpp ('k') | third_party/WebKit/Source/wtf/AddressSanitizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp
diff --git a/third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp b/third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp
index ed5a16d34e533c54ab6771b561b8d48b3e2e5933..3dc6ea5839d710ea141dbb66067efd5caee352c0 100644
--- a/third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp
+++ b/third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp
@@ -8,12 +8,10 @@
namespace WTF {
-TEST(ASCIICTypeTest, ASCIICaseFoldTable)
-{
- LChar symbol = 0xff;
- while (symbol--) {
- EXPECT_EQ(toASCIILower<LChar>(symbol), ASCIICaseFoldTable[symbol]);
- }
+TEST(ASCIICTypeTest, ASCIICaseFoldTable) {
+ LChar symbol = 0xff;
+ while (symbol--) {
+ EXPECT_EQ(toASCIILower<LChar>(symbol), ASCIICaseFoldTable[symbol]);
+ }
}
-
}
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.cpp ('k') | third_party/WebKit/Source/wtf/AddressSanitizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698