| Index: pkg/utf/test/utf_test.dart
|
| diff --git a/tests/lib/utf/utf_test.dart b/pkg/utf/test/utf_test.dart
|
| similarity index 94%
|
| copy from tests/lib/utf/utf_test.dart
|
| copy to pkg/utf/test/utf_test.dart
|
| index 85a856438a0379620842013627a4019da59fd0af..c4a1e94f0ef9ee96baf3583a0bca85e85c434987 100644
|
| --- a/tests/lib/utf/utf_test.dart
|
| +++ b/pkg/utf/test/utf_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library utf_test;
|
| import "package:expect/expect.dart";
|
| -import 'dart:utf';
|
| +import "package:utf/utf.dart";
|
|
|
| main() {
|
| String str = new String.fromCharCodes([0x1d537]);
|
|
|