Index: tests/language/incr_op_test.dart |
diff --git a/tests/language/incr_op_test.dart b/tests/language/incr_op_test.dart |
index be772e7829cd05a53d753303411ae38f254d85ea..9050a4129bdbba2bb7235f750cee3dea3f38d9b4 100644 |
--- a/tests/language/incr_op_test.dart |
+++ b/tests/language/incr_op_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing increment operator. |
+import "package:expect/expect.dart"; |
+ |
class A { |
static var yy; |
static set y(v) { |