Index: tests/compiler/dart2js_extra/static_var_test.dart |
diff --git a/tests/compiler/dart2js_extra/static_var_test.dart b/tests/compiler/dart2js_extra/static_var_test.dart |
index 3144a9b0688eb6999a3e082e6727a741f9b80406..1b3a9fcb0934e1d08c42073c7c486f08b7f75297 100644 |
--- a/tests/compiler/dart2js_extra/static_var_test.dart |
+++ b/tests/compiler/dart2js_extra/static_var_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 = 1; |
int x = 5; |