| Index: pkg/analyzer_plugin/tool/spec/codegen_matchers.dart
|
| diff --git a/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart b/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart
|
| index 25197107e6a9401f6d0a4cf40244ee7d9e6adfa7..ad47111d592e6c5d5b942a5256d03e082b421f3f 100644
|
| --- a/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart
|
| +++ b/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart
|
| @@ -15,7 +15,7 @@ import 'implied_types.dart';
|
| import 'to_html.dart';
|
|
|
| final GeneratedFile target = new GeneratedFile(
|
| - 'test/integration/support/protocol_matchers.dart', (String pkgPath) {
|
| + 'test/integration/support/protocol_matchers.dart', (String pkgPath) async {
|
| CodegenMatchersVisitor visitor = new CodegenMatchersVisitor(readApi(pkgPath));
|
| return visitor.collectCode(visitor.visitApi);
|
| });
|
|
|