| Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| index 84b1781f1ee6fdda2a7c9eb48d43bd41623a88e8..a031c03a7d7464277e43a488c702540d1914f1c8 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| @@ -12,8 +12,8 @@ import 'package:analysis_server/src/services/completion/dart/imported_reference_
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/src/generated/engine.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| +import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| -import 'package:unittest/unittest.dart';
|
|
|
| import '../../../abstract_context.dart';
|
| import '../../../utils.dart';
|
| @@ -21,7 +21,9 @@ import 'completion_contributor_util.dart';
|
|
|
| main() {
|
| initializeTestEnvironment();
|
| - defineReflectiveTests(ImportedReferenceContributorTest);
|
| + defineReflectiveSuite(() {
|
| + defineReflectiveTests(ImportedReferenceContributorTest);
|
| + });
|
| }
|
|
|
| @reflectiveTest
|
|
|