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

Unified Diff: pkg/analyzer/lib/src/task/general.dart

Issue 988993002: Test for GetContentTask. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/analyzer/test/src/task/general_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/general.dart
diff --git a/pkg/analyzer/lib/src/task/general.dart b/pkg/analyzer/lib/src/task/general.dart
index 0905771c2b6e854844dad80bdb6a7888c2c92739..3c30d5aa56e8caf6abf2ed4e6e0fc1860963f3a1 100644
--- a/pkg/analyzer/lib/src/task/general.dart
+++ b/pkg/analyzer/lib/src/task/general.dart
@@ -24,7 +24,7 @@ class GetContentTask extends SourceBasedAnalysisTask {
* Initialize a newly created task to access the content of the source
* associated with the given [target] in the given [context].
*/
- GetContentTask(InternalAnalysisContext context, AnalysisTarget target)
+ GetContentTask(AnalysisContext context, AnalysisTarget target)
: super(context, target);
@override
« no previous file with comments | « no previous file | pkg/analyzer/test/src/task/general_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698