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

Unified Diff: tests/lib/i18n/intl_message_test.dart

Issue 10854051: Revert 10419-10420. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « tests/lib/i18n/date_time_format_test_data.dart ('k') | tests/lib/i18n/intl_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/i18n/intl_message_test.dart
===================================================================
--- tests/lib/i18n/intl_message_test.dart (revision 10421)
+++ 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'));
});
}
« no previous file with comments | « tests/lib/i18n/date_time_format_test_data.dart ('k') | tests/lib/i18n/intl_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698