File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,17 @@ class EntryTests: ParserTestCase {
81
81
{ DeclSyntax . parse ( from: & $0) } ,
82
82
substructure: FunctionDeclSyntax (
83
83
attributes: [
84
- . ifConfigDecl( IfConfigDeclSyntax ( clauses: [
85
- IfConfigClauseSyntax (
86
- poundKeyword: . poundIfToken( ) ,
87
- condition: DeclReferenceExprSyntax ( baseName: . identifier( " FLAG " ) ) ,
88
- elements: . attributes( [
89
- . attribute( AttributeSyntax ( TypeSyntax ( IdentifierTypeSyntax ( name: . identifier( " attr " ) ) ) ) )
90
- ] ) )
91
- ] ) )
84
+ . ifConfigDecl(
85
+ IfConfigDeclSyntax ( clauses: [
86
+ IfConfigClauseSyntax (
87
+ poundKeyword: . poundIfToken( ) ,
88
+ condition: DeclReferenceExprSyntax ( baseName: . identifier( " FLAG " ) ) ,
89
+ elements: . attributes( [
90
+ . attribute( AttributeSyntax ( TypeSyntax ( IdentifierTypeSyntax ( name: . identifier( " attr " ) ) ) ) )
91
+ ] )
92
+ )
93
+ ] )
94
+ )
92
95
] ,
93
96
funcKeyword: . keyword( . func) ,
94
97
name: . identifier( " test " ) ,
You can’t perform that action at this time.
0 commit comments