Skip to content

Commit 5d8f43e

Browse files
Fix 6.0 build of PackageToJS
1 parent 3002a2a commit 5d8f43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Plugins/PackageToJS/Tests/TestsParserTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Testing
1919
parser.finalize()
2020
try assertSnapshot(
2121
filePath: filePath, function: function, sourceLocation: sourceLocation,
22-
input: Data(output.utf8), fileExtension: "txt",
22+
input: Data(output.utf8), fileExtension: "txt"
2323
)
2424
}
2525

0 commit comments

Comments
 (0)