Chromium Code Reviews| Index: tests/compiler/dart2js_extra/static_var_no_initializer_test.dart |
| diff --git a/tests/compiler/dart2js_extra/static_var_no_initializer_test.dart b/tests/compiler/dart2js_extra/static_var_no_initializer_test.dart |
| index 58def5c31696c02c29791b9fcd480be9d3999f0b..e6cb7205e6a741d17d5e06cb3052a75d2cd178d1 100644 |
| --- a/tests/compiler/dart2js_extra/static_var_no_initializer_test.dart |
| +++ b/tests/compiler/dart2js_extra/static_var_no_initializer_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"; |
| + |
| int one; |
| int x; |