| Index: tests/language/incr_op_test.dart
|
| diff --git a/tests/language/incr_op_test.dart b/tests/language/incr_op_test.dart
|
| index 32730bde3c8a8c51764439b143f4242bf3110ca7..df12115d7d767b39261c5102dad80dd76cdccd88 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) {
|
|
|