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

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

Issue 10692022: Reapply r9192 and 9194, with the change of making locale a public field. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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.dart ('k') | tests/lib/lib.status » ('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 9195)
+++ tests/lib/i18n/intl_message_test.dart (working copy)
@@ -6,12 +6,9 @@
#library('intl_message_test');
#import('../../../lib/i18n/intl.dart');
-#import('../../../lib/i18n/intl_message.dart');
#import('../../../lib/unittest/unittest.dart');
-/**
- * Tests the MessageFormat library in dart.
- */
+/** Tests the MessageFormat library in dart. */
class Person {
String firstName, lastName;
« no previous file with comments | « tests/lib/i18n/date_time_format_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698