| Index: tests/language/constructor_test.dart
|
| diff --git a/tests/language/constructor_test.dart b/tests/language/constructor_test.dart
|
| index 4ca57b155f9c0a0b2bcbb0c71627ea5cf1120eb2..eb7239c50b4855e33eeaea321733d029db7d1af9 100644
|
| --- a/tests/language/constructor_test.dart
|
| +++ b/tests/language/constructor_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";
|
| +
|
| class A extends B {
|
| A(x, y) : super(y), a = x { }
|
|
|
|
|