Chromium Code Reviews| Index: tests/compiler/dart2js_extra/static_field2_test.dart |
| diff --git a/tests/compiler/dart2js_extra/static_field2_test.dart b/tests/compiler/dart2js_extra/static_field2_test.dart |
| index 337e74bbb7117afb9d20b17e68055fec4771f882..d2f5cc75feaedab3dbe7a1bdc8646fb3cc50d51c 100644 |
| --- a/tests/compiler/dart2js_extra/static_field2_test.dart |
| +++ b/tests/compiler/dart2js_extra/static_field2_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; |
| } |