| Index: pkg/intl/test/bidi_format_test.dart
|
| ===================================================================
|
| --- pkg/intl/test/bidi_format_test.dart (revision 14313)
|
| +++ pkg/intl/test/bidi_format_test.dart (working copy)
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -#library('bidi_format_test');
|
| +library bidi_format_test;
|
|
|
| -#import('../lib/intl.dart');
|
| -#import('../../../pkg/unittest/unittest.dart');
|
| +import '../lib/intl.dart';
|
| +import '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| /**
|
| * Tests the bidirectional text formatting library.
|
|
|