| Index: tests/lib/i18n/intl_message_test.dart
|
| ===================================================================
|
| --- tests/lib/i18n/intl_message_test.dart (revision 10419)
|
| +++ tests/lib/i18n/intl_message_test.dart (working copy)
|
| @@ -81,6 +81,6 @@
|
| test('Test passing locale', () {
|
| hello(a_locale) => Intl.message('locale=${Intl.getCurrentLocale()}',
|
| desc: 'explains the locale', locale: a_locale);
|
| - expect(hello('en-US'), equals('locale=en-US'));
|
| + expect(hello('en-US'), equals('locale=en_US'));
|
| });
|
| }
|
|
|