| Index: pkg/analysis_server/test/analysis/notification_occurrences_test.dart
|
| diff --git a/pkg/analysis_server/test/analysis/notification_occurrences_test.dart b/pkg/analysis_server/test/analysis/notification_occurrences_test.dart
|
| index 9a372a132ab837561df2c54d88e6243fd0f84408..534168a44e18f205207b88ddcd060ee7c8da5537 100644
|
| --- a/pkg/analysis_server/test/analysis/notification_occurrences_test.dart
|
| +++ b/pkg/analysis_server/test/analysis/notification_occurrences_test.dart
|
| @@ -25,6 +25,9 @@ class AnalysisNotificationOccurrencesTest extends AbstractAnalysisTest {
|
| List<Occurrences> occurrencesList;
|
| Occurrences testOccurrences;
|
|
|
| + @override
|
| + bool get enableNewAnalysisDriver => false;
|
| +
|
| /**
|
| * Asserts that there is an offset of [search] in [testOccurrences].
|
| */
|
|
|