Index: pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart |
diff --git a/pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart |
index 90856f7d20eed6fa78e7151e27334393993f941b..6e56bc13b8db32b4a2ca625572ae4c723e4a0aaf 100644 |
--- a/pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart |
+++ b/pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart |
@@ -15,7 +15,9 @@ import 'completion_contributor_util.dart'; |
main() { |
initializeTestEnvironment(); |
- defineReflectiveTests(CombinatorContributorTest); |
+ defineReflectiveSuite(() { |
+ defineReflectiveTests(CombinatorContributorTest); |
+ }); |
} |
@reflectiveTest |