| Index: pkg/analysis_server/test/integration/edit/organize_directives_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/edit/organize_directives_test.dart b/pkg/analysis_server/test/integration/edit/organize_directives_test.dart
|
| index f11f6a96ffad671ab414f2db0942bf50fc3b6242..c0277e08b02b877efbc930c868bc94c435b5f8f5 100644
|
| --- a/pkg/analysis_server/test/integration/edit/organize_directives_test.dart
|
| +++ b/pkg/analysis_server/test/integration/edit/organize_directives_test.dart
|
| @@ -72,7 +72,4 @@ int minified(int x, int y) => min(x, y);
|
| expect(message.error['code'], 'ORGANIZE_DIRECTIVES_ERROR');
|
| }
|
| }
|
| -
|
| - @override
|
| - bool get enableNewAnalysisDriver => true;
|
| }
|
|
|