Index: tests/language/default_class_implicit_constructor_test.dart |
diff --git a/tests/language/default_class_implicit_constructor_test.dart b/tests/language/default_class_implicit_constructor_test.dart |
index 72e91323d991d3aa9a817576b4f2699b4f05c936..0a00a808f78dccbbeb5ba83f275b0654b19d4ef5 100644 |
--- a/tests/language/default_class_implicit_constructor_test.dart |
+++ b/tests/language/default_class_implicit_constructor_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"; |
+ |
// An abstract class with a redirecting factory to a class with no declared |
// constructor should use the implicit default constructor. |