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/edit/fix_test.dart

Issue 418203002: Implement more fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 6 years, 5 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/lib/src/edit/edit_domain.dart ('k') | pkg/analysis_services/lib/correction/change.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/edit/fix_test.dart
diff --git a/pkg/analysis_server/test/edit/fix_test.dart b/pkg/analysis_server/test/edit/fix_test.dart
index 60ec94de188b1efabc1dfcb5ff7fd593013d4de3..20ce5264b4d8dbddddb4be5ae754c5978a28588b 100644
--- a/pkg/analysis_server/test/edit/fix_test.dart
+++ b/pkg/analysis_server/test/edit/fix_test.dart
@@ -117,7 +117,7 @@ main() {
engine.AnalysisErrorInfo errors = context.getErrors(testSource);
engine.AnalysisError engineError = errors.errors[0];
List<services.Fix> servicesFixes =
- services.computeFixes(searchEngine, testFile, testUnit, engineError);
+ services.computeFixes(searchEngine, testUnit, engineError);
AnalysisError error =
new AnalysisError.fromEngine(errors.lineInfo, engineError);
ErrorFixes fixes = new ErrorFixes(error);
« no previous file with comments | « pkg/analysis_server/lib/src/edit/edit_domain.dart ('k') | pkg/analysis_services/lib/correction/change.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698