| Index: tests/corelib/string_codeunits_test.dart
|
| diff --git a/tests/corelib/string_codeunits_test.dart b/tests/corelib/string_codeunits_test.dart
|
| index 80bdd1c287ac284a0d10feaa9946ada88a9bf73b..ac6eb97c5cf0efa8cb9899f913573f679bd112fc 100644
|
| --- a/tests/corelib/string_codeunits_test.dart
|
| +++ b/tests/corelib/string_codeunits_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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";
|
| -
|
| main() {
|
| test(String s) {
|
| Iterable<int> units = s.codeUnits;
|
|
|