| Index: tests/language/static_field_test.dart
|
| diff --git a/tests/language/static_field_test.dart b/tests/language/static_field_test.dart
|
| index b7018fab505d4d708d2ecca9dabdbb36c6d4d441..3261aed67b857e47018504e5b09d42f48a3eef62 100644
|
| --- a/tests/language/static_field_test.dart
|
| +++ b/tests/language/static_field_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing setting/getting/initializing static fields.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class First {
|
| First() {}
|
| static var a;
|
|
|