| Index: pkg/analyzer/test/cancelable_future_test.dart
|
| diff --git a/pkg/analyzer/test/cancelable_future_test.dart b/pkg/analyzer/test/cancelable_future_test.dart
|
| index ed0e9af4c561dafb903e568516215694a127807b..825945d717a440cb709ea1aa1505347dd7eefc4c 100644
|
| --- a/pkg/analyzer/test/cancelable_future_test.dart
|
| +++ b/pkg/analyzer/test/cancelable_future_test.dart
|
| @@ -16,7 +16,7 @@ void main() {
|
| runReflectiveTests(CancelableFutureTests);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class CancelableFutureTests {
|
| Future test_defaultConstructor_returnValue() {
|
| Object obj = new Object();
|
| @@ -140,7 +140,7 @@ class CancelableFutureTests {
|
| }
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class CancelableCompleterTests {
|
| CancelableCompleter<Object> completer;
|
| int cancelCount = 0;
|
|
|