| 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 9f3ce390194d6fefae494aacb9dd4fe11a1ca7c5..954432c5c417fbc72fad864c4a3813f56a2da7d4 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
|
| @@ -4518,29 +4518,8 @@ class ImportedReferenceContributorTest_Driver
|
| @override
|
| bool get enableNewAnalysisDriver => true;
|
|
|
| - @failingTest
|
| - @override
|
| - test_doc_function() {
|
| - // Bad state: Should not be used with the new analysis driver.
|
| - return super.test_doc_function();
|
| - }
|
| -
|
| @override
|
| test_enum_deprecated() {
|
| // TODO(scheglov) remove it?
|
| }
|
| -
|
| - @failingTest
|
| - @override
|
| - test_doc_class() {
|
| -// Expected: 'My class.\n'
|
| -// 'Short description.'
|
| -// Actual: 'My class./// Short description.////// Longer description.'
|
| -// Which: is different.
|
| -// Expected: My class.\nShort de ...
|
| -// Actual: My class./// Short ...
|
| -// ^
|
| -// Differ at offset 9
|
| - return super.test_doc_class();
|
| - }
|
| }
|
|
|