Skip to content

Commit 01adca4

Browse files
committed
Fix a typo
1 parent 30461d6 commit 01adca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Build/LLBuildCommands.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ final class TestEntryPointCommand: CustomLLBuildCommand, TestBuildCommand {
242242

243243
// FIXME: work around crash on Amazon Linux 2 when main function is async (rdar://128303921)
244244
let asyncMainKeyword = if context.productsBuildParameters.triple.isLinux() {
245-
"async"
245+
""
246246
} else {
247-
""
247+
"async"
248248
}
249249

250250
stream.send(

0 commit comments

Comments
 (0)