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

Unified Diff: pkg/analysis_services/test/index/local_index_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/local_index_test.dart
diff --git a/pkg/analysis_services/test/index/local_index_test.dart b/pkg/analysis_services/test/index/local_index_test.dart
index d6e4b77aa5ca37c027a1d35f8c142ad88ee63b93..30076e938b2bc8a4a12b4015bf9847867f8df664 100644
--- a/pkg/analysis_services/test/index/local_index_test.dart
+++ b/pkg/analysis_services/test/index/local_index_test.dart
@@ -21,9 +21,7 @@ import 'store/single_source_container.dart';
main() {
groupSep = ' | ';
- group('LocalIndex', () {
- runReflectiveTests(LocalIndexTest);
- });
+ runReflectiveTests(LocalIndexTest);
}

Powered by Google App Engine
This is Rietveld 408576698