Skip to content

Commit 233f2e6

Browse files
authored
Merge pull request swiftlang#1901 from rintaro/macros-link-cshims
[Test] Link macro binaries to _SwiftSyntaxCShims objects
2 parents 320177f + 6e23a8f commit 233f2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SKTestSupport/SwiftPMTestProject.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ package class SwiftPMTestProject: MultiFileTestProject {
100100
"SwiftSyntaxBuilder",
101101
"SwiftSyntaxMacroExpansion",
102102
"SwiftSyntaxMacros",
103+
"_SwiftSyntaxCShims",
103104
]
104105

105106
var objectFiles: [String] = []

0 commit comments

Comments
 (0)