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

Unified Diff: pkg/analysis_services/test/index/store/codec_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/codec_test.dart
diff --git a/pkg/analysis_services/test/index/store/codec_test.dart b/pkg/analysis_services/test/index/store/codec_test.dart
index 141c1cb323d9155c2ab0155ab7b7d67c5cbbc83c..f62b94570f2a8972c44d573c61f935b5b65ac806 100644
--- a/pkg/analysis_services/test/index/store/codec_test.dart
+++ b/pkg/analysis_services/test/index/store/codec_test.dart
@@ -16,18 +16,10 @@ import 'package:unittest/unittest.dart';
main() {
groupSep = ' | ';
- group('ContextCodec', () {
- runReflectiveTests(_ContextCodecTest);
- });
- group('ElementCodec', () {
- runReflectiveTests(_ElementCodecTest);
- });
- group('RelationshipCodec', () {
- runReflectiveTests(_RelationshipCodecTest);
- });
- group('StringCodec', () {
- runReflectiveTests(_StringCodecTest);
- });
+ runReflectiveTests(_ContextCodecTest);
+ runReflectiveTests(_ElementCodecTest);
+ runReflectiveTests(_RelationshipCodecTest);
+ runReflectiveTests(_StringCodecTest);
}
« no previous file with comments | « pkg/analysis_services/test/index/local_index_test.dart ('k') | pkg/analysis_services/test/index/store/collection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698