| Index: tests/corelib/iterable_single_test.dart
|
| diff --git a/tests/corelib/iterable_single_test.dart b/tests/corelib/iterable_single_test.dart
|
| index 9c3b09a728d859dced1a0d803806429c1d8f8a6e..7efe6455edf867703ba15995be6d00ed2641abbd 100644
|
| --- a/tests/corelib/iterable_single_test.dart
|
| +++ b/tests/corelib/iterable_single_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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> list1a = <int>[1];
|
| List<int> list1b = <int>[1, 2, 3];
|
|
|