Skip to content

Commit

Permalink
Avoid compiler crash on Swift 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican committed Dec 10, 2024
1 parent 54a8f4a commit 23fb580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MockoloTestSupportMacros/Fixture.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ struct Fixture: MemberMacro {
modifiers: [.init(name: .keyword(.static))],
.let,
name: "_source",
type: TypeAnnotationSyntax(type: "String" as TypeSyntax),
initializer: .init(
value: StringLiteralExprSyntax(
multilineContent: sourceContent,
Expand Down

0 comments on commit 23fb580

Please sign in to comment.