Skip to content

Commit 959a41f

Browse files
committed
Update test case for 5.5 branch
1 parent feb1787 commit 959a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Syntax/Outputs/round_trip_invalid.swift.withkinds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %swift-syntax-test -deserialize-raw-tree -input-source-filename %t.dump -output-filename %t
1010
// RUN: diff -u %s %t
1111

12-
let <PatternBinding><IdentifierPattern>strings</IdentifierPattern><TypeAnnotation>: [<SimpleTypeIdentifier>Strin</SimpleTypeIdentifier>[<UnresolvedPatternExpr><IdentifierPattern>g</IdentifierPattern></UnresolvedPatternExpr>]?</TypeAnnotation></PatternBinding></VariableDecl><FunctionDecl>
12+
let <PatternBinding><IdentifierPattern>strings</IdentifierPattern><TypeAnnotation>: [<SimpleTypeIdentifier>Strin</SimpleTypeIdentifier>[<UnresolvedPatternExpr><IdentifierPattern>g</IdentifierPattern></UnresolvedPatternExpr>]</TypeAnnotation></PatternBinding></VariableDecl>?<FunctionDecl>
1313

1414
// Function body without closing brace token.
1515
func foo<FunctionSignature><ParameterClause>() </ParameterClause></FunctionSignature><CodeBlock>{<VariableDecl>

0 commit comments

Comments
 (0)