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

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

Issue 2571333002: Fix completion tests that attempted to resolve a library. (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
« no previous file with comments | « pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
index 75a894fa5a642b8747df281a67401a1f0d75a2fe..1740fa7a426b3023537aa28b652d875521573911 100644
--- a/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart
@@ -4561,13 +4561,6 @@ class LocalReferenceContributorTest_Driver
@failingTest
@override
- test_Block_inherited_imported() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_Block_inherited_imported();
- }
-
- @failingTest
- @override
test_partFile_TypeName2() {
// Bad state: Should not be used with the new analysis driver.
return super.test_partFile_TypeName2();
« no previous file with comments | « pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698