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