Index: tests/corelib/collection_contains_test.dart |
diff --git a/tests/corelib/collection_contains_test.dart b/tests/corelib/collection_contains_test.dart |
index 168855babe6ef2192b1fad9c8cf1cd9644a52758..bfb7038eb01736911a7807ab56d2127799a6806d 100644 |
--- a/tests/corelib/collection_contains_test.dart |
+++ b/tests/corelib/collection_contains_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"; |
+ |
// Tests for the contains methods on lists. |
test(list, notInList) { |