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 {
8181 { DeclSyntax . parse ( from: & $0) } ,
8282 substructure: FunctionDeclSyntax (
8383 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+ )
9295 ] ,
9396 funcKeyword: . keyword( . func) ,
9497 name: . identifier( " test " ) ,
You can’t perform that action at this time.
0 commit comments