| Index: pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart b/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
|
| index 0f8e1b3a3b8359331010f24162228227069e33f5..92605940fd4a0a19168d7aba9356ad50b85a3bd4 100644
|
| --- a/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
|
| +++ b/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
|
| @@ -22,10 +22,4 @@ class CompileTimeErrorCodeTest_Driver extends CompileTimeErrorCodeTest {
|
| test_typeAliasCannotReferenceItself_typeVariableBounds() {
|
| return super.test_typeAliasCannotReferenceItself_typeVariableBounds();
|
| }
|
| -
|
| - @failingTest
|
| - @override
|
| - test_uriDoesNotExist_import_appears_after_deleting_target() {
|
| - return super.test_uriDoesNotExist_import_appears_after_deleting_target();
|
| - }
|
| }
|
|
|