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

Unified Diff: pkg/analysis_server/test/edit/fixes_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/edit/fixes_test.dart
diff --git a/pkg/analysis_server/test/edit/fixes_test.dart b/pkg/analysis_server/test/edit/fixes_test.dart
index 2a8a96e86e33dd78ee34ee03e2f27c3959a58434..a27dd4a989c0844a31678f6e770d59748d0d123d 100644
--- a/pkg/analysis_server/test/edit/fixes_test.dart
+++ b/pkg/analysis_server/test/edit/fixes_test.dart
@@ -22,9 +22,7 @@ import '../analysis_abstract.dart';
main() {
groupSep = ' | ';
- group('getFixes', () {
- runReflectiveTests(FixesTest);
- });
+ runReflectiveTests(FixesTest);
}
« no previous file with comments | « pkg/analysis_server/test/edit/fix_test.dart ('k') | pkg/analysis_server/test/operation/operation_analysis_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698