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

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

Issue 2573233002: Fix some completion tests with parts. (Closed)
Patch Set: Created 4 years 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 9793d33f55d456b3caff2585eccab524184c4a9c..2466ef4e22e6bc412b415a7ae3a7ef0f8c9ac5f9 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
@@ -4539,13 +4539,6 @@ class ImportedReferenceContributorTest_Driver
@failingTest
@override
- test_partFile_TypeName2() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_TypeName2();
- }
-
- @failingTest
- @override
test_doc_class() {
// Expected: 'My class.\n'
// 'Short description.'

Powered by Google App Engine
This is Rietveld 408576698