Skip to content

Commit e0bbba8

Browse files
committed
Pick up a missing test in XCTestManifests.
1 parent aec41dd commit e0bbba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftFormatPrettyPrintTests/XCTestManifests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ extension ClosureExprTests {
136136
("testClosureArgumentsWithTrailingClosure", testClosureArgumentsWithTrailingClosure),
137137
("testClosureCapture", testClosureCapture),
138138
("testClosureCaptureWithoutArguments", testClosureCaptureWithoutArguments),
139+
("testClosureOutputGrouping", testClosureOutputGrouping),
139140
("testClosuresWithIfs", testClosuresWithIfs),
140141
("testClosureVariables", testClosureVariables),
141142
("testTrailingClosure", testTrailingClosure),

0 commit comments

Comments
 (0)