| Index: pkg/analyzer/test/generated/parser_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
|
| index cb2e50cef9ee9d256bfa5ca3922ef18bc833e0c4..57be2145924e32600f8fa2c00dabd32554017d6d 100644
|
| --- a/pkg/analyzer/test/generated/parser_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_test.dart
|
| @@ -4155,7 +4155,7 @@ main() {
|
| parseExpression("f()++", [ParserErrorCode.UNEXPECTED_TOKEN]);
|
| }
|
|
|
| - void test_unexpectedToken_returnInExpressionFuntionBody() {
|
| + void test_unexpectedToken_returnInExpressionFunctionBody() {
|
| parseCompilationUnit(
|
| "f() => return null;", [ParserErrorCode.UNEXPECTED_TOKEN]);
|
| }
|
|
|