| Index: pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| index 0af28b5d1694e72a263b24da031032942ecfff66..6a49e954b9abaf7c4f8db7ba87cac7b5096d0be0 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
|
| @@ -312,18 +312,4 @@ class LocalLibraryContributorTest extends DartCompletionContributorTest {
|
| class LocalLibraryContributorTest_Driver extends LocalLibraryContributorTest {
|
| @override
|
| bool get enableNewAnalysisDriver => true;
|
| -
|
| - @failingTest
|
| - @override
|
| - test_partFile_Constructor() {
|
| -// Bad state: Should not be used with the new analysis driver.
|
| - return super.test_partFile_Constructor();
|
| - }
|
| -
|
| - @failingTest
|
| - @override
|
| - test_partFile_TypeName() {
|
| -// Bad state: Should not be used with the new analysis driver.
|
| - return super.test_partFile_TypeName();
|
| - }
|
| }
|
|
|