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 655298ef99962e2fc334bef395bcca1eba6f4f1a..43dbe3ac9c41933a1b02ba7bcb3c640e83184201 100644 |
--- a/tests/compiler/dart2js_extra/field_initializer_test.dart |
+++ b/tests/compiler/dart2js_extra/field_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"; |
+ |
class A { |
static var a; |
static var b = c; |