Index: tests/language/library_private_in_constructor_test.dart |
diff --git a/tests/language/library_private_in_constructor_test.dart b/tests/language/library_private_in_constructor_test.dart |
index 37a1b8345f23f1f8ce75cf047cbb0cb2993b8f2d..ce6b3dbe0337a67c80f0f7fce9b374d8d1faf26b 100644 |
--- a/tests/language/library_private_in_constructor_test.dart |
+++ b/tests/language/library_private_in_constructor_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library LibraryPrivateInConstructor; |
+import "package:expect/expect.dart"; |
import "library_private_in_constructor_a.dart"; |
import "library_private_in_constructor_b.dart"; |