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

Unified Diff: pkg/analysis_services/test/index/dart_index_contributor_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_services/test/index/dart_index_contributor_test.dart
diff --git a/pkg/analysis_services/test/index/dart_index_contributor_test.dart b/pkg/analysis_services/test/index/dart_index_contributor_test.dart
index f6d7e201537475fbb87311bcb919c25924771dab..d5e23e665c5436a0b0e5bb1c9ec988769771ab2d 100644
--- a/pkg/analysis_services/test/index/dart_index_contributor_test.dart
+++ b/pkg/analysis_services/test/index/dart_index_contributor_test.dart
@@ -18,9 +18,7 @@ import 'package:unittest/unittest.dart';
main() {
groupSep = ' | ';
- group('DartUnitContributor', () {
- runReflectiveTests(DartUnitContributorTest);
- });
+ runReflectiveTests(DartUnitContributorTest);
}
« no previous file with comments | « pkg/analysis_services/test/correction/strings_test.dart ('k') | pkg/analysis_services/test/index/local_index_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698