File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
CodeGeneration/Tests/ValidateSyntaxNodes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,22 +482,22 @@ class ValidateSyntaxNodes: XCTestCase {
482482 ValidationFailure (
483483 node: . enumCaseElement,
484484 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') "
486486 ) ,
487487 ValidationFailure (
488488 node: . enumCaseParameter,
489489 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') "
491491 ) ,
492492 ValidationFailure (
493493 node: . functionParameter,
494494 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') "
496496 ) ,
497497 ValidationFailure (
498498 node: . macroDecl,
499499 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') "
501501 ) ,
502502 // MARK: Miscellaneous
503503 ValidationFailure (
You can’t perform that action at this time.
0 commit comments