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

Unified Diff: pkg/analysis_services/test/correction/name_suggestion_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/correction/name_suggestion_test.dart
diff --git a/pkg/analysis_services/test/correction/name_suggestion_test.dart b/pkg/analysis_services/test/correction/name_suggestion_test.dart
index c3fb487ed8bd6e89e6ae8e3c5e8a1d8c9704a242..74449109a1af39ed6cc5fd7fbd26756e8a00cee4 100644
--- a/pkg/analysis_services/test/correction/name_suggestion_test.dart
+++ b/pkg/analysis_services/test/correction/name_suggestion_test.dart
@@ -17,9 +17,7 @@ import 'package:unittest/unittest.dart' hide isEmpty;
main() {
groupSep = ' | ';
- group('source_range', () {
- runReflectiveTests(VariableNameSuggestionTest);
- });
+ runReflectiveTests(VariableNameSuggestionTest);
}
« no previous file with comments | « pkg/analysis_services/test/correction/fix_test.dart ('k') | pkg/analysis_services/test/correction/source_range_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698