Index: tests/language/non_const_constructor_without_body_test.dart |
diff --git a/tests/language/non_const_constructor_without_body_test.dart b/tests/language/non_const_constructor_without_body_test.dart |
index 7e8fdc2534223c62651e0394df3892ce7321cab3..13ef775938b12e28aa55c50032763cac6a378e7e 100644 |
--- a/tests/language/non_const_constructor_without_body_test.dart |
+++ b/tests/language/non_const_constructor_without_body_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"; |
+ |
class NonConstConstructorWithoutBodyTest { |
int x; |