| 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 9793d33f55d456b3caff2585eccab524184c4a9c..2466ef4e22e6bc412b415a7ae3a7ef0f8c9ac5f9 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
|
| @@ -4539,13 +4539,6 @@ class ImportedReferenceContributorTest_Driver
|
|
|
| @failingTest
|
| @override
|
| - test_partFile_TypeName2() {
|
| - // Bad state: Should not be used with the new analysis driver.
|
| - return super.test_partFile_TypeName2();
|
| - }
|
| -
|
| - @failingTest
|
| - @override
|
| test_doc_class() {
|
| // Expected: 'My class.\n'
|
| // 'Short description.'
|
|
|