| Index: tests/corelib/iterable_last_matching_test.dart
|
| diff --git a/tests/corelib/iterable_last_matching_test.dart b/tests/corelib/iterable_last_matching_test.dart
|
| index 19220edbeedba58c3cf2a98ec8817c2728255c6e..bf6d20dd098c70f10f31bdc6b8512edb8a4713f8 100644
|
| --- a/tests/corelib/iterable_last_matching_test.dart
|
| +++ b/tests/corelib/iterable_last_matching_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() {
|
| List<int> list1 = <int>[1, 2, 3];
|
| List<int> list2 = const <int>[4, 5, 6];
|
|
|