| Index: tests/corelib/collection_removes_test.dart
|
| diff --git a/tests/corelib/collection_removes_test.dart b/tests/corelib/collection_removes_test.dart
|
| index f78dbebd6a15690447fe203b13f6f731c9c8ad28..d057ed865771c34d3f80d0232bea21aa88783e30 100644
|
| --- a/tests/corelib/collection_removes_test.dart
|
| +++ b/tests/corelib/collection_removes_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";
|
| -
|
| testRemove(Collection base) {
|
| int length = base.length;
|
| for (int i = 0; i < length; i++) {
|
|
|