Index: tests/language/factory_arrow_test.dart |
diff --git a/tests/language/factory_arrow_test.dart b/tests/language/factory_arrow_test.dart |
index 02d3392aee7397356c104465ed3dc42e712dc5bb..d2cf52806c9c702a598e64d0d8a83cb7887816a8 100644 |
--- a/tests/language/factory_arrow_test.dart |
+++ b/tests/language/factory_arrow_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 A { |
A.foo() {} |
factory A() => new A.foo(); |