| Index: pkg/analysis_server/test/abstract_context.dart
|
| diff --git a/pkg/analysis_server/test/abstract_context.dart b/pkg/analysis_server/test/abstract_context.dart
|
| index 34986c12761702a51d586f664d5728dd375bcf6e..9c7d217743f422ac10c77bbd090ed91b558e092d 100644
|
| --- a/pkg/analysis_server/test/abstract_context.dart
|
| +++ b/pkg/analysis_server/test/abstract_context.dart
|
| @@ -73,8 +73,10 @@ class AbstractContextTest {
|
|
|
| /**
|
| * Return `true` if the new analysis driver should be used by these tests.
|
| + *
|
| + * Remove this after there are no subclasses that override it.
|
| */
|
| - bool get enableNewAnalysisDriver => false;
|
| + bool get enableNewAnalysisDriver => true;
|
|
|
| Source addMetaPackageSource() => addPackageSource(
|
| 'meta',
|
|
|