| 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 e4747f2515a2868f1059ed0556105d6411a46838..88a08de9cd39c653317799d3421a1741cd1e4b54 100644
|
| --- a/tests/language/optimized_string_charcodeat_test.dart
|
| +++ b/tests/language/optimized_string_charcodeat_test.dart
|
| @@ -4,6 +4,9 @@
|
|
|
| // Test optimized CodeUnitAt and array access.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| +
|
| String one_byte = "hest";
|
| String two_byte = "høns";
|
|
|
|
|