| Index: dart/pkg/intl/test/number_format_test.dart
|
| diff --git a/dart/pkg/intl/test/number_format_test.dart b/dart/pkg/intl/test/number_format_test.dart
|
| index 760e1254f52d4fa54f9e9bc23283bb739d6cda08..48f4ab3474c0a231678fb27115dd12712af6000c 100644
|
| --- a/dart/pkg/intl/test/number_format_test.dart
|
| +++ b/dart/pkg/intl/test/number_format_test.dart
|
| @@ -4,11 +4,11 @@
|
| * BSD-style license that can be found in the LICENSE file.
|
| */
|
|
|
| -library number_format_test;
|
| +#library('number_format_test');
|
|
|
| -import '../../../pkg/unittest/unittest.dart';
|
| -import '../lib/number_format.dart';
|
| -import '../lib/intl.dart';
|
| +#import('../../../pkg/unittest/unittest.dart');
|
| +#import('../lib/number_format.dart');
|
| +#import('../lib/intl.dart');
|
|
|
| /**
|
| * Tests the Numeric formatting library in dart.
|
|
|