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

Unified Diff: pkg/analysis_services/test/index/store/collection_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/store/collection_test.dart
diff --git a/pkg/analysis_services/test/index/store/collection_test.dart b/pkg/analysis_services/test/index/store/collection_test.dart
index 5868886c332722e94b9196fea9001f6c02140b36..0872624d7cf1e87be25f9dc2e4a084438baad201 100644
--- a/pkg/analysis_services/test/index/store/collection_test.dart
+++ b/pkg/analysis_services/test/index/store/collection_test.dart
@@ -11,12 +11,8 @@ import 'package:unittest/unittest.dart';
main() {
groupSep = ' | ';
- group('IntArrayToIntMap', () {
- runReflectiveTests(_IntArrayToIntMapTest);
- });
- group('IntToIntSetMap', () {
- runReflectiveTests(_IntToIntSetMapTest);
- });
+ runReflectiveTests(_IntArrayToIntMapTest);
+ runReflectiveTests(_IntToIntSetMapTest);
}

Powered by Google App Engine
This is Rietveld 408576698