Index: tests/language/constructor_body_test.dart |
diff --git a/tests/language/constructor_body_test.dart b/tests/language/constructor_body_test.dart |
index e365855554479ec8b3ff07c7f802d967b12ad2da..d64d61f956d9f4086b8353106d019b5c348e06ce 100644 |
--- a/tests/language/constructor_body_test.dart |
+++ b/tests/language/constructor_body_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for constructors without function bodies. |
+import "package:expect/expect.dart"; |
+ |
// Test a non-const constructor works without a body. |
class First { |
First(int this.value); |