| Index: tests/lib/convert/unicode_tests.dart
|
| diff --git a/tests/lib/convert/unicode_tests.dart b/tests/lib/convert/unicode_tests.dart
|
| index 582830737d04263861b75d0204f26f6071f3efba..1f90b7bed3b69891484f2a3f7a530186e241c48b 100644
|
| --- a/tests/lib/convert/unicode_tests.dart
|
| +++ b/tests/lib/convert/unicode_tests.dart
|
| @@ -2,7 +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 utf8_tests;
|
| +library unicode_tests;
|
|
|
| // Google favorite: "Îñţérñåţîöñåļîžåţîờñ".
|
| const INTER_BYTES = const [0xc3, 0x8e, 0xc3, 0xb1, 0xc5, 0xa3, 0xc3, 0xa9, 0x72,
|
| @@ -55,7 +55,7 @@ const _TEST_PAIRS = const [
|
| const [ DIGIT_BYTES, DIGIT_STRING ],
|
| const [ ASCII_BYTES, ASCII_STRING ]];
|
|
|
| -_expandTestPairs() {
|
| +List<List> _expandTestPairs() {
|
| assert(2 == BEE_STRING.length);
|
| var tests = [];
|
| tests.addAll(_TEST_PAIRS);
|
|
|