| Index: chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/country_combobox_model_unittest.cc b/chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| index b0647a4320b4c1f56d0a168d185d1781fb2c47f4..438835389b21accc78de0aec942ab095f8f5b0a8 100644
|
| --- a/chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| @@ -65,7 +65,7 @@ TEST_F(CountryComboboxModelTest, AllCountriesHaveComponents) {
|
| std::vector< ::i18n::addressinput::AddressUiComponent> components =
|
| ::i18n::addressinput::BuildComponents(
|
| country_code, localization, std::string(), &unused);
|
| - EXPECT_FALSE(components.empty());
|
| + EXPECT_FALSE(components.empty()) << " for country " << country_code;
|
| }
|
| }
|
|
|
|
|