Index: tests/corelib/collection_from_test.dart |
diff --git a/tests/corelib/collection_from_test.dart b/tests/corelib/collection_from_test.dart |
index 75dbe7145820febda65862306e8116af685b5d57..776fd4aa4556f98ef05395fd2b01063048bac786 100644 |
--- a/tests/corelib/collection_from_test.dart |
+++ b/tests/corelib/collection_from_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library collection.from.test; |
+import "package:expect/expect.dart"; |
import 'dart:collection' show Queue; |
class CollectionFromTest { |