We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca72a65 commit 14ddb78Copy full SHA for 14ddb78
Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift
@@ -87,8 +87,6 @@ private func checkExplicitModuleBuildJobDependencies(job: Job,
87
XCTAssertTrue(job.inputs.contains(clangDependencyModulePath))
88
XCTAssertTrue(job.commandLine.contains(
89
.flag(String("-fmodule-file=\(dependencyId.moduleName)=\(clangDependencyModulePathString)"))))
90
- XCTAssertTrue(job.commandLine.contains(
91
- .flag(String("-fmodule-map-file=\(clangDependencyDetails.moduleMapPath.path.description)"))))
92
}
93
94
for dependencyId in moduleInfo.directDependencies! {
0 commit comments