Chromium Code Reviews| Index: tests/utils/utf8_test.dart |
| =================================================================== |
| --- tests/utils/utf8_test.dart (revision 14690) |
| +++ tests/utils/utf8_test.dart (working copy) |
| @@ -2,8 +2,8 @@ |
| // 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'); |
| +library Utf8Test; |
|
Siggi Cherem (dart-lang)
2012/11/08 18:14:44
fix library name?
|
| +import 'dart:utf'; |
| String decode(List<int> bytes) => decodeUtf8(bytes); |