| Index: tests/language/constructor5_test.dart
|
| diff --git a/tests/language/constructor5_test.dart b/tests/language/constructor5_test.dart
|
| index c08784098cf55e2ab9d4d791abd43a40685df64f..77ecd9405c2c1c520f4588599cc60f7453e558fd 100644
|
| --- a/tests/language/constructor5_test.dart
|
| +++ b/tests/language/constructor5_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for constructors and initializers.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Super initializer and super constructor body are executed in with the same
|
| // bindings.
|
|
|
|
|