Chromium Code Reviews| Index: tests/language/incr_op_test.dart |
| diff --git a/tests/language/incr_op_test.dart b/tests/language/incr_op_test.dart |
| index 9050a4129bdbba2bb7235f750cee3dea3f38d9b4..be772e7829cd05a53d753303411ae38f254d85ea 100644 |
| --- a/tests/language/incr_op_test.dart |
| +++ b/tests/language/incr_op_test.dart |
| @@ -3,8 +3,6 @@ |
| // 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) { |