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

Unified Diff: pkg/analysis_server/test/services/correction/assist_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 | « no previous file | pkg/analysis_server/test/services/correction/fix_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/correction/assist_test.dart
diff --git a/pkg/analysis_server/test/services/correction/assist_test.dart b/pkg/analysis_server/test/services/correction/assist_test.dart
index 64eb62faea9550c621710c5ede282a0ddf358902..c1f2782f4025b9f87b1e367054dabec3668cd79e 100644
--- a/pkg/analysis_server/test/services/correction/assist_test.dart
+++ b/pkg/analysis_server/test/services/correction/assist_test.dart
@@ -4217,13 +4217,13 @@ class AssistProcessorTest_Driver extends AssistProcessorTest {
@failingTest
@override
test_addTypeAnnotation_local_OK_addImport_notLibraryUnit() {
- return test_addTypeAnnotation_local_OK_addImport_notLibraryUnit();
+ return super.test_addTypeAnnotation_local_OK_addImport_notLibraryUnit();
}
@failingTest
@override
test_invalidSelection() {
- return test_invalidSelection();
+ return super.test_invalidSelection();
}
}
« no previous file with comments | « no previous file | pkg/analysis_server/test/services/correction/fix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698