| Index: tests/language/constructor_redirect_test.dart
|
| diff --git a/tests/language/constructor_redirect_test.dart b/tests/language/constructor_redirect_test.dart
|
| index fe792747f4e0abc8ac6b1dcebb8c07b147a59560..1667493d574aff49cd6823bfd14bdf70961ec94b 100644
|
| --- a/tests/language/constructor_redirect_test.dart
|
| +++ b/tests/language/constructor_redirect_test.dart
|
| @@ -3,6 +3,8 @@
|
| // 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) {}
|
|
|