Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: pkg/analysis_server/test/analysis_notification_occurrences_test.dart

Issue 419563002: Remove any 'group' invocations enclosing 'runReflectiveTests'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698