| Index: tests/compiler/dart2js_extra/static_field_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/static_field_test.dart b/tests/compiler/dart2js_extra/static_field_test.dart
|
| index 12214f9cec0ec518344cd697ca3e19cca13f0ec2..63c96af417b24240a69e77ba8c82877fe0b81681 100644
|
| --- a/tests/compiler/dart2js_extra/static_field_test.dart
|
| +++ b/tests/compiler/dart2js_extra/static_field_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 {
|
| static int b;
|
|
|
|
|