File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Tests/SwiftSyntaxBuilderTest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ final class DoStmtTests: XCTestCase {
92
92
ThrowStmt ( expression: MemberAccessExpr ( base: " Error4 " , name: " error3 " ) )
93
93
} ,
94
94
CatchClause {
95
- FunctionCallExpr ( callee: ExprSyntax ( " print " ) ) {
96
- TupleExprElement ( expression: " error " )
95
+ FunctionCallExprSyntax ( callee: ExprSyntax ( " print " ) ) {
96
+ TupleExprElementSyntax ( expression: Expr ( " error " ) )
97
97
}
98
98
} ,
99
99
]
@@ -142,8 +142,8 @@ final class DoStmtTests: XCTestCase {
142
142
ThrowStmt ( expression: MemberAccessExpr ( base: " Error4 " , name: " error3 " ) )
143
143
} ,
144
144
CatchClause {
145
- FunctionCallExpr ( callee: ExprSyntax ( " print " ) ) {
146
- TupleExprElement ( expression: " error " )
145
+ FunctionCallExprSyntax ( callee: ExprSyntax ( " print " ) ) {
146
+ TupleExprElementSyntax ( expression: Expr ( " error " ) )
147
147
}
148
148
} ,
149
149
]
You can’t perform that action at this time.
0 commit comments