Index: third_party/WebKit/Source/platform/text/LocaleMacTest.cpp |
diff --git a/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp b/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp |
index fe34cebfbca0182d83fecee9f77af4ee6f6e7b6c..956b133cd93b030b9064c8fdee32e5ae04ff9c4f 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp |
+++ b/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp |
@@ -379,7 +379,7 @@ TEST_F(LocaleMacTest, shortMonthLabels) { |
EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x8F", |
shortMonthLabel("ru_RU", 4).utf8().data()); |
// The ru_RU locale returns different stand-alone month labels on OS versions. |
- // "\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82" "\xD0\xBC\xD0\xB0\xD0\xB9" on 10.6 and 10.7 |
+ // "\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82" "\xD0\xBC\xD0\xB0\xD0\xB9" on 10.7 |
// "\xD0\x9C\xD0\xB0\xD1\x80\xD1\x82" "\xD0\x9C\xD0\xB0\xD0\xB9" on 10.8 |
} |