| Index: tests/language/optimized_constant_array_string_access_test.dart
|
| diff --git a/tests/language/optimized_constant_array_string_access_test.dart b/tests/language/optimized_constant_array_string_access_test.dart
|
| index 391d971286f09ef33429b55b69873bf0c4598f88..d8f6a808774c4e91f64fff2809b30a93d7151654 100644
|
| --- a/tests/language/optimized_constant_array_string_access_test.dart
|
| +++ b/tests/language/optimized_constant_array_string_access_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 constant string and constant array access.
|
|
|
| int testConstantStringAndIndexCodeUnitAt() {
|
|
|