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

Unified Diff: pkg/analysis_server/test/integration/completion/get_suggestions_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/completion/get_suggestions_test.dart
diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
index 8c1c4a222cc1125b5b888514d25f93edb0ae5ed7..96ff8f1c92abdd6732afc3ee05aea29e1dfe6347 100644
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
@@ -14,7 +14,8 @@ main() {
});
}
-class AbstractGetSuggestionsTest extends AbstractAnalysisServerIntegrationTest {
+@reflectiveTest
+class GetSuggestionsTest extends AbstractAnalysisServerIntegrationTest {
String path;
String content;
int completionOffset;
@@ -120,6 +121,3 @@ main() {
});
}
}
-
-@reflectiveTest
-class GetSuggestionsTest extends AbstractGetSuggestionsTest {}

Powered by Google App Engine
This is Rietveld 408576698