Index: tests/language/default_init_test.dart |
diff --git a/tests/language/default_init_test.dart b/tests/language/default_init_test.dart |
index 41925853a7cb0521d1e6b6a58ccdca5e5a73754b..63c9be8f37bdc0ba2f076b8ddf64d39cd0d7f1a2 100644 |
--- a/tests/language/default_init_test.dart |
+++ b/tests/language/default_init_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"; |
+ |
// Tests static and instance fields initialization. |
class DefaultInitTest { |
static testMain() { |