Index: tests/language/allocate_large_object_test.dart |
diff --git a/tests/language/allocate_large_object_test.dart b/tests/language/allocate_large_object_test.dart |
index 54347cedb6185444552d6ad6cae6705e772cdd69..1cd70166ad7278583dd6659ebc0b97c7f977a653 100644 |
--- a/tests/language/allocate_large_object_test.dart |
+++ b/tests/language/allocate_large_object_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 { |
int a; |
double d1; |