Index: tests/language/field_optimization2_test.dart |
diff --git a/tests/language/field_optimization2_test.dart b/tests/language/field_optimization2_test.dart |
index d8b6ec3c2e908fcce428e3106849d8425ff842ce..870d4edc0668ed9ac24969dc3db7ce24f0785b03 100644 |
--- a/tests/language/field_optimization2_test.dart |
+++ b/tests/language/field_optimization2_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"; |
+ |
// Dart test program to test type-based optimization on fields. |