Index: tests/language/instance_compound_assignment_operator_test.dart |
diff --git a/tests/language/instance_compound_assignment_operator_test.dart b/tests/language/instance_compound_assignment_operator_test.dart |
index a69cbe6bc4d5f90688e72c6a578694d8ec380cc9..bbbb834507ee28b9753bfe234a01d5c8db68f2ac 100644 |
--- a/tests/language/instance_compound_assignment_operator_test.dart |
+++ b/tests/language/instance_compound_assignment_operator_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test correct instance compound assignment operator. |
+import "package:expect/expect.dart"; |
+ |
class A { |
A() : f = 2 {} |
var f; |