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

Unified Diff: pkg/analysis_server/test/domain_completion_test.dart

Issue 2910463002: Allow plugins to provide completions for non-dart files (Closed)
Patch Set: Created 3 years, 7 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/domain_completion_test.dart
diff --git a/pkg/analysis_server/test/domain_completion_test.dart b/pkg/analysis_server/test/domain_completion_test.dart
index 4f54992d3fe4396332c993c9709cfa73ba9e8322..f8e971cc92acc9fe1977f35a835f8a81d0951b64 100644
--- a/pkg/analysis_server/test/domain_completion_test.dart
+++ b/pkg/analysis_server/test/domain_completion_test.dart
@@ -224,7 +224,6 @@ class CompletionDomainHandlerTest extends AbstractCompletionDomainTest {
relevance: DART_RELEVANCE_LOCAL_FIELD);
}
- @failingTest
test_html() {
//
// We no longer support the analysis of non-dart files.

Powered by Google App Engine
This is Rietveld 408576698