| Index: tests/corelib/iterable_single_matching_test.dart
|
| diff --git a/tests/corelib/iterable_single_matching_test.dart b/tests/corelib/iterable_single_matching_test.dart
|
| index 42e738d317ebf678737590e8b3fa76b15c9c039d..d51d6ee665950cd9598b6fd667c5990d627fc9e6 100644
|
| --- a/tests/corelib/iterable_single_matching_test.dart
|
| +++ b/tests/corelib/iterable_single_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];
|
|
|