Skip to content

Commit a8528c9

Browse files
committed
Fix a couple testing paths on Windows
1 parent 1d1f1fb commit a8528c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SKTestSupport/SwiftPMTestProject.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ package class SwiftPMTestProject: MultiFileTestProject {
169169
.macro(
170170
name: "MyMacros",
171171
swiftSettings: [.unsafeFlags([
172-
"-I", "\(moduleSearchPath)",
173-
"-Xcc", "-fmodule-map-file=\(try swiftSyntaxCShimsModulemap.filePath)"
172+
"-I", #"\(moduleSearchPath)"#,
173+
"-Xcc", #"-fmodule-map-file=\(try swiftSyntaxCShimsModulemap.filePath)"#
174174
])],
175175
linkerSettings: [
176176
.unsafeFlags([

0 commit comments

Comments
 (0)