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

Unified Diff: pkg/analysis_server/test/services/completion/dart/local_constructor_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/local_constructor_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
index f8a83a38f1b3e93202568a622d5cda6d1d17e401..948671c06f84184624ab277aac0ce791e72208b8 100644
--- a/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart
@@ -4156,13 +4156,6 @@ class LocalConstructorContributorTest_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_partFile_TypeName2() async {
// Task failed: BuildCompilationUnitElementTask for source /testA.dart
// Element mismatch in /testA.dart at /testA.dart

Powered by Google App Engine
This is Rietveld 408576698