Index: tests/language/field_optimization3_test.dart |
diff --git a/tests/language/field_optimization3_test.dart b/tests/language/field_optimization3_test.dart |
index 1f11c104122defffba80f8bfe34ec7869fbbe4d5..bb551f7e675b4e35b2f4f7e0e607aaddcd80d140 100644 |
--- a/tests/language/field_optimization3_test.dart |
+++ b/tests/language/field_optimization3_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. |
class A { |