Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: pkg/analysis_server/test/integration/analysis/update_content_test.dart

Issue 2820893002: Make the analysis server integration tests driver only. (Closed)
Patch Set: uncomment test code Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {}

Powered by Google App Engine
This is Rietveld 408576698