Index: pkg/analysis_server/test/integration/analysis/update_content_test.dart |
diff --git a/pkg/analysis_server/test/integration/analysis/update_content_test.dart b/pkg/analysis_server/test/integration/analysis/update_content_test.dart |
index b85320961a3b697683892ec3a1053f97dc6c4441..a8fb78ced0d575a4fe314b043382601104f02fb9 100644 |
--- a/pkg/analysis_server/test/integration/analysis/update_content_test.dart |
+++ b/pkg/analysis_server/test/integration/analysis/update_content_test.dart |
@@ -14,7 +14,8 @@ main() { |
}); |
} |
-class AbstractUpdateContentTest extends AbstractAnalysisServerIntegrationTest { |
+@reflectiveTest |
+class UpdateContentTest extends AbstractAnalysisServerIntegrationTest { |
test_updateContent() async { |
String path = sourcePath('test.dart'); |
String goodText = r''' |
@@ -106,6 +107,3 @@ void main() { |
expect(errors2[0].location.file, equals(pathname)); |
} |
} |
- |
-@reflectiveTest |
-class UpdateContentTest extends AbstractUpdateContentTest {} |