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

Unified Diff: pkg/analysis_services/test/index/store/split_store_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/split_store_test.dart
diff --git a/pkg/analysis_services/test/index/store/split_store_test.dart b/pkg/analysis_services/test/index/store/split_store_test.dart
index b0bdfd1edb2c2eb0f1f0a283f3122c8c2a09f176..d4fd5a94fd58498beb727adffc2276cac5938d3b 100644
--- a/pkg/analysis_services/test/index/store/split_store_test.dart
+++ b/pkg/analysis_services/test/index/store/split_store_test.dart
@@ -24,21 +24,11 @@ import 'single_source_container.dart';
main() {
groupSep = ' | ';
- group('FileNodeManager', () {
- runReflectiveTests(_FileNodeManagerTest);
- });
- group('IndexNode', () {
- runReflectiveTests(_IndexNodeTest);
- });
- group('LocationData', () {
- runReflectiveTests(_LocationDataTest);
- });
- group('RelationKeyData', () {
- runReflectiveTests(_RelationKeyDataTest);
- });
- group('SplitIndexStore', () {
- runReflectiveTests(_SplitIndexStoreTest);
- });
+ runReflectiveTests(_FileNodeManagerTest);
+ runReflectiveTests(_IndexNodeTest);
+ runReflectiveTests(_LocationDataTest);
+ runReflectiveTests(_RelationKeyDataTest);
+ runReflectiveTests(_SplitIndexStoreTest);
}

Powered by Google App Engine
This is Rietveld 408576698