| Index: tests/lib/convert/utf82_test.dart
|
| diff --git a/tests/lib/convert/utf82_test.dart b/tests/lib/convert/utf82_test.dart
|
| index f972803f21eed0af85d899e55cf5ac3e871723c0..b52f240ccdabc98b5a1f2b75c9ab6d4c92aa1fb7 100644
|
| --- a/tests/lib/convert/utf82_test.dart
|
| +++ b/tests/lib/convert/utf82_test.dart
|
| @@ -5,7 +5,6 @@
|
| library utf8_test;
|
| import "package:expect/expect.dart";
|
| import 'dart:convert';
|
| -import 'dart:codec';
|
|
|
| String decode(List<int> bytes) => new Utf8Decoder().convert(bytes);
|
| String decodeAllowMalformed(List<int> bytes) {
|
|
|