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

Unified Diff: pkg/analysis_server/test/analysis_notification_highlights_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_highlights_test.dart
diff --git a/pkg/analysis_server/test/analysis_notification_highlights_test.dart b/pkg/analysis_server/test/analysis_notification_highlights_test.dart
index 0d2a202ac4ed1d3bee7aea83b9847e9456ad96e9..3029716dc71385644da8fa1efb2eb8e10380b9e0 100644
--- a/pkg/analysis_server/test/analysis_notification_highlights_test.dart
+++ b/pkg/analysis_server/test/analysis_notification_highlights_test.dart
@@ -18,12 +18,8 @@ import 'analysis_abstract.dart';
main() {
- group('notification.highlights', () {
- runReflectiveTests(AnalysisNotificationHighlightsTest);
- });
- group('HighlightType', () {
- runReflectiveTests(HighlightTypeTest);
- });
+ runReflectiveTests(AnalysisNotificationHighlightsTest);
+ runReflectiveTests(HighlightTypeTest);
}
« no previous file with comments | « pkg/analysis_server/test/analysis_hover_test.dart ('k') | pkg/analysis_server/test/analysis_notification_navigation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698