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

Unified Diff: pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart

Issue 2619623002: Fix code for @failingTest refactoring tests. (Closed)
Patch Set: Also update correction tests. 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
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_local_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/refactoring/rename_unit_member_test.dart
diff --git a/pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart b/pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart
index 8eed449389c372c61c3b3cb833cbcd23259ce5b6..3e0fc83a560dd2fe2dbcde78cfffd8e759504051 100644
--- a/pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart
+++ b/pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart
@@ -629,10 +629,4 @@ main() {
class RenameUnitMemberTest_Driver extends RenameUnitMemberTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- @override
- test_createChange_FunctionElement_imported() {
- return test_createChange_FunctionElement_imported();
- }
}
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_local_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698