Index: pkg/analysis_server/test/integration/analysis/update_options_test.dart |
diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart |
index 161f83a04fd5cb897c30ddee2cef1f4caf803ced..a0d43c1c137ff26445b9f5704b9db780ad450f88 100644 |
--- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart |
+++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart |
@@ -46,7 +46,4 @@ class Foo { |
await analysisFinished; |
expect(getErrors(pathname), hasLength(1)); |
} |
- |
- @override |
- bool get enableNewAnalysisDriver => true; |
} |