| Index: tests/language/call_through_getter_test.dart
|
| diff --git a/tests/language/call_through_getter_test.dart b/tests/language/call_through_getter_test.dart
|
| index 79ad94eff340662643a1e663bbe46b118cff63cd..38c7c07360ad3d350f255eeb67bd101473b7d37c 100644
|
| --- a/tests/language/call_through_getter_test.dart
|
| +++ b/tests/language/call_through_getter_test.dart
|
| @@ -34,7 +34,7 @@ class CallThroughGetterTest {
|
| TOP_LEVEL_CONST(); /// static type warning
|
| });
|
| expectThrowsNoSuchMethod(() {
|
| - (TOP_LEVEL_CONST)(); /// static type warning
|
| + (TOP_LEVEL_CONST)(); // /// static type warning
|
| });
|
| }
|
|
|
|
|