Chromium Code Reviews| Index: tests/compiler/dart2js_extra/field_initializer_test.dart |
| diff --git a/tests/compiler/dart2js_extra/field_initializer_test.dart b/tests/compiler/dart2js_extra/field_initializer_test.dart |
| index 43dbe3ac9c41933a1b02ba7bcb3c640e83184201..655298ef99962e2fc334bef395bcca1eba6f4f1a 100644 |
| --- a/tests/compiler/dart2js_extra/field_initializer_test.dart |
| +++ b/tests/compiler/dart2js_extra/field_initializer_test.dart |
| @@ -2,8 +2,6 @@ |
| // 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 var a; |
| static var b = c; |