Index: tests/language/const_factory_redirection_test.dart |
diff --git a/tests/language/const_factory_redirection_test.dart b/tests/language/const_factory_redirection_test.dart |
index 01390a86d1fc2daf5a74cc88305f5373692869b3..3d2fdeac8186f243fcbea23bcf86d05af2e735f8 100644 |
--- a/tests/language/const_factory_redirection_test.dart |
+++ b/tests/language/const_factory_redirection_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"; |
+ |
// Test that factory redirections work for compile-time constants, and |
// that abstract classes can redirect. |