| Index: pkg/analysis_server/test/services/completion/inherited_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/inherited_computer_test.dart b/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
|
| index 45a34f0420ef72a756f101720e17993f3fbaf497..530b88a5936253aebe67127a6e7d966237a7501d 100644
|
| --- a/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/inherited_computer_test.dart
|
| @@ -4,8 +4,6 @@
|
|
|
| library test.services.completion.inherited_computer_test;
|
|
|
| -import 'dart:async';
|
| -
|
| import 'package:analysis_server/src/protocol.dart';
|
| import 'package:analysis_server/src/services/completion/dart_completion_manager.dart';
|
| import 'package:analysis_server/src/services/completion/inherited_contributor.dart';
|
| @@ -18,7 +16,7 @@ import 'completion_test_util.dart';
|
|
|
| main() {
|
| initializeTestEnvironment();
|
| - defineReflectiveTests(InheritedContributorTest);
|
| +// defineReflectiveTests(InheritedContributorTest);
|
| }
|
|
|
| @reflectiveTest
|
|
|