| Index: tests/corelib/iterable_min_max_test.dart
|
| diff --git a/tests/corelib/iterable_min_max_test.dart b/tests/corelib/iterable_min_max_test.dart
|
| index 0a64a01a7a1c866c6028d197500d32caa758598a..9d7ca907ab2cc4a0362e3b834893b2d6ff61787a 100644
|
| --- a/tests/corelib/iterable_min_max_test.dart
|
| +++ b/tests/corelib/iterable_min_max_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.
|
|
|
| +library iterable_min_max_test;
|
| +
|
| import "dart:collection";
|
|
|
| class C {
|
|
|