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

Unified Diff: pkg/analysis_server/test/services/completion/dart/local_library_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_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 e0a9461a9bc34c4e031157709719936436771a7f..0af28b5d1694e72a263b24da031032942ecfff66 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
@@ -322,37 +322,8 @@ class LocalLibraryContributorTest_Driver extends LocalLibraryContributorTest {
@failingTest
@override
- test_partFile_Constructor2() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_Constructor2();
- }
-
- @failingTest
- @override
- test_partFile_InstanceCreationExpression_assignment_filter() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_InstanceCreationExpression_assignment_filter();
- }
-
- @failingTest
- @override
- test_partFile_InstanceCreationExpression_variable_declaration_filter() {
-// Bad state: Should not be used with the new analysis driver.
- return super
- .test_partFile_InstanceCreationExpression_variable_declaration_filter();
- }
-
- @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() {
-// Bad state: Should not be used with the new analysis driver.
- return super.test_partFile_TypeName2();
- }
}

Powered by Google App Engine
This is Rietveld 408576698