Index: utils/tests/string_encoding/unicode_core_test.dart |
=================================================================== |
--- utils/tests/string_encoding/unicode_core_test.dart (revision 14646) |
+++ utils/tests/string_encoding/unicode_core_test.dart (working copy) |
@@ -3,9 +3,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#library("unicode_core_tests"); |
-#import("dunit.dart"); |
-#import("../../string_encoding/unicode_core.dart"); |
+library unicode_core_tests; |
+import 'dunit.dart'; |
+import '../../string_encoding/unicode_core.dart'; |
void main() { |
TestSuite suite = new TestSuite(); |