Skip to content

Commit bd5f673

Browse files
authored
Remove a trailing comma to restore 6.0 compatibility (#447)
1 parent 52578ea commit bd5f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/BuildOperationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ fileprivate struct BuildOperationTests: CoreBasedTests {
453453
buildPhases: [
454454
TestSourcesBuildPhase(["library.swift"]),
455455
],
456-
),
456+
)
457457
])
458458
let core = try await getCore()
459459
let tester = try await BuildOperationTester(core, testProject, simulated: false)

0 commit comments

Comments
 (0)