| Index: tests/corelib/iterable_first_test.dart
|
| diff --git a/tests/corelib/iterable_first_test.dart b/tests/corelib/iterable_first_test.dart
|
| index 0ccd0368cc3399d837159ab24e66f0848286b4ce..44945a526e5bbd36770da4a903fcc800c8992bf0 100644
|
| --- a/tests/corelib/iterable_first_test.dart
|
| +++ b/tests/corelib/iterable_first_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];
|
|
|