| Index: pkg/intl/test/number_format_test.dart
|
| diff --git a/pkg/intl/test/number_format_test.dart b/pkg/intl/test/number_format_test.dart
|
| index a1c0d9d6e607879f21c58f2c02990bb610b6b611..048d6ad538d69d78e7b1283b9dd4b1078329ea82 100644
|
| --- a/pkg/intl/test/number_format_test.dart
|
| +++ b/pkg/intl/test/number_format_test.dart
|
| @@ -6,9 +6,9 @@
|
|
|
| library number_format_test;
|
|
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| -import '../lib/number_format.dart';
|
| -import '../lib/intl.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:intl/number_format.dart';
|
| +import 'package:intl/intl.dart';
|
|
|
| /**
|
| * Tests the Numeric formatting library in dart.
|
|
|