| 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 46dd37f3abb6dfc5f31c681bcba043ea41663c54..8507050937490b58d9ea3152966316b0bf868da2 100644
|
| --- a/pkg/analysis_server/test/analysis_notification_occurrences_test.dart
|
| +++ b/pkg/analysis_server/test/analysis_notification_occurrences_test.dart
|
| @@ -19,9 +19,8 @@ import 'analysis_abstract.dart';
|
|
|
|
|
| main() {
|
| - group('notification.occurrences', () {
|
| - runReflectiveTests(AnalysisNotificationOccurrencesTest);
|
| - });
|
| + groupSep = ' | ';
|
| + runReflectiveTests(AnalysisNotificationOccurrencesTest);
|
| }
|
|
|
|
|
|
|