Skip to content

Commit aacfe08

Browse files
committed
Replace deprecated code
1 parent c28f994 commit aacfe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftParserTest/DeclarationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ final class DeclarationTests: XCTestCase {
23502350
SuppressedTypeSyntax(
23512351
withoutTilde: .prefixOperator("~"),
23522352
patternType: FunctionTypeSyntax(
2353-
arguments: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
2353+
parameters: [TupleTypeElementSyntax(type: TypeSyntax("Int"))],
23542354
output: ReturnClauseSyntax(returnType: TypeSyntax("Bool"))
23552355
)
23562356
)

0 commit comments

Comments
 (0)