Index: tests/language/constructor_return_test.dart |
diff --git a/tests/language/constructor_return_test.dart b/tests/language/constructor_return_test.dart |
index 0e49400a017a24931f7c4347cffdc9a9f4a38a7a..8f306458929d7caf9106707279d592868ec8e4f2 100644 |
--- a/tests/language/constructor_return_test.dart |
+++ b/tests/language/constructor_return_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
+ |
// Dart spec 0.03, section 11.10 - generative constructors can only have return |
// statements in the form 'return;'. |
class A { |