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

Unified Diff: pkg/analysis_server/test/completion_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/completion_test.dart
diff --git a/pkg/analysis_server/test/completion_test.dart b/pkg/analysis_server/test/completion_test.dart
index a78605c59df78a6605a903abd7c25f070484021c..477cecfa41fd842ac63273a47314d5aef1fe4bf2 100644
--- a/pkg/analysis_server/test/completion_test.dart
+++ b/pkg/analysis_server/test/completion_test.dart
@@ -19,9 +19,8 @@ import 'package:unittest/unittest.dart';
import 'analysis_abstract.dart';
main() {
- group('completion', () {
- runReflectiveTests(CompletionTest);
- });
+ groupSep = ' | ';
+ runReflectiveTests(CompletionTest);
}
@ReflectiveTestCase()

Powered by Google App Engine
This is Rietveld 408576698