| Index: pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| diff --git a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| index fedd7e17b77b8ab6c9c7b27963cdb63761062fe8..0cd660eda36872ffe45c0945acfefef1bfd5cd89 100644
|
| --- a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| +++ b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| @@ -15,8 +15,9 @@ import 'codegen_dart.dart';
|
| import 'from_html.dart';
|
| import 'to_html.dart';
|
|
|
| -final GeneratedFile target = new GeneratedFile(
|
| - 'test/integration/support/integration_test_methods.dart', (String pkgPath) {
|
| +final GeneratedFile target =
|
| + new GeneratedFile('test/integration/support/integration_test_methods.dart',
|
| + (String pkgPath) async {
|
| CodegenInttestMethodsVisitor visitor = new CodegenInttestMethodsVisitor(
|
| path.basename(pkgPath), readApi(pkgPath));
|
| return visitor.collectCode(visitor.visitApi);
|
|
|