| Index: pkg/intl/intl.dart
|
| diff --git a/pkg/intl/intl.dart b/pkg/intl/intl.dart
|
| index d176e52862a43e3ee080396e61fce802c3e59084..f7e0c0cc227de38fd432f0e1199b83838ccb27a3 100644
|
| --- a/pkg/intl/intl.dart
|
| +++ b/pkg/intl/intl.dart
|
| @@ -8,7 +8,8 @@
|
| */
|
| #library('intl');
|
|
|
| -#import('../../pkg/htmlescape/htmlescape.dart');
|
| +// TODO(rnystrom): Use "package:" import when test.dart supports it (#4968).
|
| +#import('../../pkg/htmlescape/lib/htmlescape.dart');
|
|
|
| #import('date_format.dart');
|
| #source('intl_message.dart');
|
|
|