| Index: pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| index f8a83a38f1b3e93202568a622d5cda6d1d17e401..948671c06f84184624ab277aac0ce791e72208b8 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
|
| @@ -4156,13 +4156,6 @@ class LocalConstructorContributorTest_Driver
|
|
|
| @failingTest
|
| @override
|
| - test_partFile_TypeName() {
|
| - // Bad state: Should not be used with the new analysis driver.
|
| - return super.test_partFile_TypeName();
|
| - }
|
| -
|
| - @failingTest
|
| - @override
|
| test_partFile_TypeName2() async {
|
| // Task failed: BuildCompilationUnitElementTask for source /testA.dart
|
| // Element mismatch in /testA.dart at /testA.dart
|
|
|