| Index: tests/language/optimized_string_charcodeat_test.dart
|
| diff --git a/tests/language/optimized_string_charcodeat_test.dart b/tests/language/optimized_string_charcodeat_test.dart
|
| index 1e845903c393c00a064e2864fbf8d48180252ff4..b8d4f3b6b9cbf4b6f09ff08a6886ed9eff573cc3 100644
|
| --- a/tests/language/optimized_string_charcodeat_test.dart
|
| +++ b/tests/language/optimized_string_charcodeat_test.dart
|
| @@ -2,6 +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.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Test optimized charCodeAt and array access.
|
|
|
| String one_byte = "hest";
|
|
|