| Index: dart/pkg/intl/test/bidi_utils_test.dart
|
| diff --git a/dart/pkg/intl/test/bidi_utils_test.dart b/dart/pkg/intl/test/bidi_utils_test.dart
|
| index e65a24123ab0ca581cfefe3ae3086a2ae337916f..027e54c3710f7da5250d2dec5703e4316ef38758 100644
|
| --- a/dart/pkg/intl/test/bidi_utils_test.dart
|
| +++ b/dart/pkg/intl/test/bidi_utils_test.dart
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -library bidi_utils_test;
|
| +#library('bidi_utils_test');
|
|
|
| -import '../lib/intl.dart';
|
| -import '../../../pkg/unittest/unittest.dart';
|
| +#import('../lib/intl.dart');
|
| +#import('../../../pkg/unittest/unittest.dart');
|
|
|
| /**
|
| * Tests the bidi utilities library.
|
|
|