| Index: tests/corelib/iterable_first_matching_test.dart
|
| diff --git a/tests/corelib/iterable_first_matching_test.dart b/tests/corelib/iterable_first_matching_test.dart
|
| index c3b04ee74aa63b2ecf49a3ab8a7ee181aaeceeb2..e5429127007b273665e13b0483f1bd1feb4a647c 100644
|
| --- a/tests/corelib/iterable_first_matching_test.dart
|
| +++ b/tests/corelib/iterable_first_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];
|
|
|