Skip to content

Commit 250fbf6

Browse files
committed
Fix typo
1 parent 7dfb5e8 commit 250fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/LLBuildCommands.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ final class TestEntryPointCommand: CustomLLBuildCommand, TestBuildCommand {
275275
private static func _runAsyncMain(_ asyncFun: @Sendable @escaping () async throws -> ())
276276
#endif
277277
278-
static func main() \(asyncMainKeyword) {
278+
static func main() \#(asyncMainKeyword) {
279279
let testingLibrary = Self.testingLibrary()
280280
#if \#(swiftTestingImportCondition)
281281
if testingLibrary == "swift-testing" {

0 commit comments

Comments
 (0)