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