Chromium Code Reviews| Index: tests/language/constructor_redirect_test.dart |
| diff --git a/tests/language/constructor_redirect_test.dart b/tests/language/constructor_redirect_test.dart |
| index 1667493d574aff49cd6823bfd14bdf70961ec94b..fe792747f4e0abc8ac6b1dcebb8c07b147a59560 100644 |
| --- a/tests/language/constructor_redirect_test.dart |
| +++ b/tests/language/constructor_redirect_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program for redirection constructors. |
| -import "package:expect/expect.dart"; |
| - |
| class A { |
| var x; |
| A(this.x) {} |