| Index: pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart
|
| index cb104978acbe50a24a30b3774718360e2bde801e..78bd338965d6fc128738b16ad659550ab64e0e4f 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart
|
| @@ -381,11 +381,4 @@ main() {new ^ String x = "hello";}''');
|
| class LibraryPrefixContributorTest_Driver extends LibraryPrefixContributorTest {
|
| @override
|
| bool get enableNewAnalysisDriver => true;
|
| -
|
| - @failingTest
|
| - @override
|
| - test_InstanceCreationExpression_inPart() {
|
| - // Bad state: Should not be used with the new analysis driver.
|
| - return super.test_InstanceCreationExpression_inPart();
|
| - }
|
| }
|
|
|