| Index: pkg/utf/test/utf8_test.dart
|
| diff --git a/tests/lib/utf/utf8_test.dart b/pkg/utf/test/utf8_test.dart
|
| similarity index 98%
|
| copy from tests/lib/utf/utf8_test.dart
|
| copy to pkg/utf/test/utf8_test.dart
|
| index 3fdd8a84d4c2fff294e074ade1298803467c0347..af465570a925a233a133a43c3374bc6a3734c9bd 100644
|
| --- a/tests/lib/utf/utf8_test.dart
|
| +++ b/pkg/utf/test/utf8_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library utf8_test;
|
| import "package:expect/expect.dart";
|
| -import 'dart:utf';
|
| +import "package:utf/utf.dart";
|
|
|
| String decode(List<int> bytes) => decodeUtf8(bytes);
|
|
|
|
|