| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 42a8698879278396725e8113b9dd3eaabfe6c50f..fb545930202bc8ecf034e3276c87ff23d9c2140b 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -10032,7 +10032,6 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
|
|
|
| void test_visitFunctionExpression_async_block() {
|
| // () async {}
|
| - InterfaceType intType = _typeProvider.intType;
|
| BlockFunctionBody body = AstFactory.blockFunctionBody2();
|
| body.keyword = TokenFactory.tokenFromString('async');
|
| FunctionExpression node =
|
|
|