Index: pkg/intl/test/bidi_utils_test.dart |
=================================================================== |
--- pkg/intl/test/bidi_utils_test.dart (revision 14313) |
+++ pkg/intl/test/bidi_utils_test.dart (working copy) |
@@ -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/lib/unittest.dart'; |
/** |
* Tests the bidi utilities library. |