| Index: tests/lib/i18n/intl_message_test.dart
|
| ===================================================================
|
| --- tests/lib/i18n/intl_message_test.dart (revision 9194)
|
| +++ tests/lib/i18n/intl_message_test.dart (working copy)
|
| @@ -6,9 +6,12 @@
|
| #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;
|
|
|