| Index: pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart b/pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart
|
| index 9c507b8cd8ff01d76d38aa1cdd03b508d9524550..4ca45bbd52c94f3fc6df1c85cbd07e498424bc78 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart
|
| @@ -15,7 +15,7 @@ main() {
|
|
|
| @reflectiveTest
|
| class SetSubscriptionsTest extends AbstractAnalysisServerIntegrationTest {
|
| - test_options() async {
|
| + test_subscriptions() async {
|
| String pathname = sourcePath('test.dart');
|
| writeFile(
|
| pathname,
|
| @@ -31,7 +31,4 @@ class Foo {
|
| await analysisFinished;
|
| expect(currentAnalysisErrors[pathname], isEmpty);
|
| }
|
| -
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| }
|
|
|