Index: tests/language/field_optimization_test.dart |
diff --git a/tests/language/field_optimization_test.dart b/tests/language/field_optimization_test.dart |
index 9dea38ba79996a047211caf9a59fc4e7fd7fcc2c..1d1ba3c87f2c4d41178d73d2e849c8463325942e 100644 |
--- a/tests/language/field_optimization_test.dart |
+++ b/tests/language/field_optimization_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. |