| Index: dart/pkg/intl/test/bidi_format_test.dart
|
| diff --git a/dart/pkg/intl/test/bidi_format_test.dart b/dart/pkg/intl/test/bidi_format_test.dart
|
| index 6b26672625ceb8ab4833446719e3d3c1c0e8bf1e..1aa77abfb2255dac2331397a77442d94881f1d6d 100644
|
| --- a/dart/pkg/intl/test/bidi_format_test.dart
|
| +++ b/dart/pkg/intl/test/bidi_format_test.dart
|
| @@ -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/unittest.dart');
|
|
|
| /**
|
| * Tests the bidirectional text formatting library.
|
|
|