File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2127,7 +2127,7 @@ class BuildPlanTestCase: BuildSystemProviderTestCase {
2127
2127
2128
2128
// D
2129
2129
do {
2130
- let expectedBModuleMap = AbsolutePath ( " /path/to/build/ \( triple) /debug/B.build/module.modulemap " ) . pathString
2130
+ let expectedBInclude = AbsolutePath ( " /path/to/build/ \( triple) /debug/B.build/include/ " ) . pathString
2131
2131
let expectedCModuleMap = AbsolutePath ( " /path/to/build/ \( triple) /debug/C.build/module.modulemap " ) . pathString
2132
2132
let expectedDModuleMap = AbsolutePath ( " /path/to/build/ \( triple) /debug/D.build/module.modulemap " ) . pathString
2133
2133
let expectedModuleCache = AbsolutePath ( " /path/to/build/ \( triple) /debug/ModuleCache " ) . pathString
@@ -2149,13 +2149,11 @@ class BuildPlanTestCase: BuildSystemProviderTestCase {
2149
2149
]
2150
2150
)
2151
2151
2152
- #if os(macOS)
2153
2152
try XCTAssertMatchesSubSequences (
2154
2153
result. moduleBuildDescription ( for: " D " ) . symbolGraphExtractArguments ( ) ,
2155
2154
// Swift Module dependencies
2156
- [ " -Xcc " , " -fmodule-map-file= \( expectedBModuleMap ) " ]
2155
+ [ " -Xcc " , " -I " , " -Xcc " , " \( expectedBInclude ) " ]
2157
2156
)
2158
- #endif
2159
2157
}
2160
2158
}
2161
2159
You can’t perform that action at this time.
0 commit comments