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

Unified Diff: pkg/analyzer/test/src/task/model_test.dart

Issue 1005693007: Add toMap / toMapOf / toList (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
Index: pkg/analyzer/test/src/task/model_test.dart
diff --git a/pkg/analyzer/test/src/task/model_test.dart b/pkg/analyzer/test/src/task/model_test.dart
index b52873af8b679dc5dca31e82feac42a495750087..fcc7f2bd5e0a900c1fee1cd0692a4bc6b0035f27 100644
--- a/pkg/analyzer/test/src/task/model_test.dart
+++ b/pkg/analyzer/test/src/task/model_test.dart
@@ -107,7 +107,7 @@ class ResultDescriptorImplTest extends EngineTestCase {
test_inputFor() {
AnalysisTarget target = new TestSource();
ResultDescriptorImpl result = new ResultDescriptorImpl('result', null);
- TaskInput input = result.inputFor(target);
+ TaskInput input = result.of(target);
expect(input, isNotNull);
}
« pkg/analyzer/lib/task/model.dart ('K') | « pkg/analyzer/test/src/task/inputs_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698