File tree 1 file changed +4
-4
lines changed
CodeGeneration/Tests/ValidateSyntaxNodes
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,22 +482,22 @@ class ValidateSyntaxNodes: XCTestCase {
482
482
ValidationFailure (
483
483
node: . enumCaseElement,
484
484
message:
485
- " child 'rawValue' is named inconsistently with 'MatchingPatternConditionSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
485
+ " child 'rawValue' is named inconsistently with 'ClosureCaptureSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
486
486
) ,
487
487
ValidationFailure (
488
488
node: . enumCaseParameter,
489
489
message:
490
- " child 'defaultValue' is named inconsistently with 'MatchingPatternConditionSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
490
+ " child 'defaultValue' is named inconsistently with 'ClosureCaptureSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
491
491
) ,
492
492
ValidationFailure (
493
493
node: . functionParameter,
494
494
message:
495
- " child 'defaultValue' is named inconsistently with 'MatchingPatternConditionSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
495
+ " child 'defaultValue' is named inconsistently with 'ClosureCaptureSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
496
496
) ,
497
497
ValidationFailure (
498
498
node: . macroDecl,
499
499
message:
500
- " child 'definition' is named inconsistently with 'MatchingPatternConditionSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
500
+ " child 'definition' is named inconsistently with 'ClosureCaptureSyntax .initializer', which has the same type ('InitializerClauseSyntax') "
501
501
) ,
502
502
// MARK: Miscellaneous
503
503
ValidationFailure (
You can’t perform that action at this time.
0 commit comments