| Index: tests/compiler/dart2js_extra/field_in_constructor_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/field_in_constructor_test.dart b/tests/compiler/dart2js_extra/field_in_constructor_test.dart
|
| index 6b2f13c1672b16a727b832e49dbc496c64a34242..29d1d66c578c68afaea944baf04403e210dd5d0d 100644
|
| --- a/tests/compiler/dart2js_extra/field_in_constructor_test.dart
|
| +++ b/tests/compiler/dart2js_extra/field_in_constructor_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";
|
| +
|
| class A {
|
| var a;
|
| A() {
|
|
|