| Index: pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_matchers.dart b/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| index bc52c0fa7a360398e3d35ec1af4525f729171473..a321ba07b142ef2bbae2cf3289abe658ee8ecf49 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| @@ -16,7 +16,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);
|
| });
|
|
|