| Index: tests/utils/src/Utf8Test.dart
|
| diff --git a/tests/utils/src/Utf8Test.dart b/tests/utils/src/Utf8Test.dart
|
| index 74cbb84148757b5921f1ac22e578044c1b147a2f..e751dffdb0bfe9be6be7b0ea1d025422d12c7d8c 100644
|
| --- a/tests/utils/src/Utf8Test.dart
|
| +++ b/tests/utils/src/Utf8Test.dart
|
| @@ -2,6 +2,7 @@
|
| // 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('Utf8Test');
|
| #import('dart:utf');
|
|
|
| String decode(List<int> bytes) => decodeUtf8(bytes);
|
|
|