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

Unified Diff: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart

Issue 2616493004: Fix part related completion tests with the new analysis driver. (Closed)
Patch Set: Created 3 years, 11 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/services/completion/dart/imported_reference_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
index 4c81fff8a6ea862cd261d71bb675f8b72be5c221..9f3ce390194d6fefae494aacb9dd4fe11a1ca7c5 100644
--- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
@@ -4532,13 +4532,6 @@ class ImportedReferenceContributorTest_Driver
@failingTest
@override
- test_partFile_TypeName() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_TypeName();
- }
-
- @failingTest
- @override
test_doc_class() {
// Expected: 'My class.\n'
// 'Short description.'

Powered by Google App Engine
This is Rietveld 408576698