Index: chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc b/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc |
index a5510a6fca2bd6606f9452ebe92986e254d1c684..242723b38c02e8bec7b90fbf4fbc0976d355f3ae 100644 |
--- a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc |
@@ -136,7 +136,10 @@ TEST_F(SpellcheckMacTest, SpellCheckSuggestions_EN_US) { |
{"beleive", "believe"}, |
{"bellweather", "bellwether"}, |
{"benifit", "benefit"}, |
- {"bouy", "buoy"}, |
+ // This particular spelling correction was removed in OSX 10.10. Replacing |
+ // it with another spelling correction that also works on older OSes. |
+ // {"bouy", "buoy"}, |
+ {"bouy", "body"}, |
{"briliant", "brilliant"}, |
{"burgler", "burglar"}, |
{"camoflage", "camouflage"}, |