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

Unified Diff: pkg/analysis_server/test/analysis_hover_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_hover_test.dart
diff --git a/pkg/analysis_server/test/analysis_hover_test.dart b/pkg/analysis_server/test/analysis_hover_test.dart
index 1b53eb2e2b6736fb3e41b5f814c908ba0e33d58b..5a3f28db5cc00f032ad7fe3a3558f5f481d0113f 100644
--- a/pkg/analysis_server/test/analysis_hover_test.dart
+++ b/pkg/analysis_server/test/analysis_hover_test.dart
@@ -17,9 +17,8 @@ import 'analysis_abstract.dart';
main() {
- group('notification.hover', () {
- runReflectiveTests(AnalysisHoverTest);
- });
+ groupSep = ' | ';
+ runReflectiveTests(AnalysisHoverTest);
}

Powered by Google App Engine
This is Rietveld 408576698