| Index: tests/language/getters_setters2_test.dart
|
| diff --git a/tests/language/getters_setters2_test.dart b/tests/language/getters_setters2_test.dart
|
| index 38075971c1c2b0753bf9b44a1c6eee1cf25aed4f..8f62f05dc0d6efd3d817393bd6e3efb3088907fb 100644
|
| --- a/tests/language/getters_setters2_test.dart
|
| +++ b/tests/language/getters_setters2_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";
|
| +
|
| // Tests classes with getters and setters that do not have the same type.
|
|
|
| class A {
|
|
|