| Index: tests/corelib/is_operator_basic_types_test.dart
|
| diff --git a/tests/corelib/is_operator_basic_types_test.dart b/tests/corelib/is_operator_basic_types_test.dart
|
| index e0771bbe36c92fe0be59cb3e038bdb144eb0699b..662b2a406c77f8d0b9c15abad0ae8d2b50ee556b 100644
|
| --- a/tests/corelib/is_operator_basic_types_test.dart
|
| +++ b/tests/corelib/is_operator_basic_types_test.dart
|
| @@ -61,5 +61,5 @@ main() {
|
|
|
| // Try to make it even harder.
|
| var string = new String.fromCharCodes([new DateTime.now().year % 100 + 1]);
|
| - check([string.charCodes, string, null]);
|
| + check([string.codeUnits, string, null]);
|
| }
|
|
|