| 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);
|
| }
|
|
|
|
|