Index: tests/corelib/collection_test.dart |
diff --git a/tests/corelib/collection_test.dart b/tests/corelib/collection_test.dart |
index 8ef81f7a0427de71f36e339c918ee3233e22c992..a764101a8ff25aa995413c1e492210ad7e0c87fb 100644 |
--- a/tests/corelib/collection_test.dart |
+++ b/tests/corelib/collection_test.dart |
@@ -4,6 +4,7 @@ |
library collection_test; |
+import "package:expect/expect.dart"; |
import 'dart:collection' show Queue; |
class CollectionTest { |