| Index: pkg/intl/test/bidi_format_test.dart
|
| diff --git a/pkg/intl/test/bidi_format_test.dart b/pkg/intl/test/bidi_format_test.dart
|
| index 639adab918569095bb769a7c35b89229db513e1c..b4de2ad6c8bc9256f8738a8b78154da2f3f8fe82 100644
|
| --- a/pkg/intl/test/bidi_format_test.dart
|
| +++ b/pkg/intl/test/bidi_format_test.dart
|
| @@ -5,8 +5,8 @@
|
|
|
| library bidi_format_test;
|
|
|
| -import '../lib/intl.dart';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:intl/intl.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| /**
|
| * Tests the bidirectional text formatting library.
|
|
|