Index: tests/language/constructor6_test.dart |
diff --git a/tests/language/constructor6_test.dart b/tests/language/constructor6_test.dart |
index ff105e82a59bcda6dcc8d38e9e22391e8d29d1da..2f6c991ae7700949b60b46bd13015ce4431ba7ab 100644 |
--- a/tests/language/constructor6_test.dart |
+++ b/tests/language/constructor6_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for constructors and initializers. |
+import "package:expect/expect.dart"; |
+ |
// Super initializer and super constructor body are executed in with the same |
// bindings. |