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

Unified Diff: pkg/analysis_server/test/services/completion/dart/local_library_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/local_library_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
index 0af28b5d1694e72a263b24da031032942ecfff66..6a49e954b9abaf7c4f8db7ba87cac7b5096d0be0 100644
--- a/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart
@@ -312,18 +312,4 @@ class LocalLibraryContributorTest extends DartCompletionContributorTest {
class LocalLibraryContributorTest_Driver extends LocalLibraryContributorTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- @override
- test_partFile_Constructor() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_Constructor();
- }
-
- @failingTest
- @override
- test_partFile_TypeName() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_TypeName();
- }
}

Powered by Google App Engine
This is Rietveld 408576698