Skip to content

Commit 73fa69e

Browse files
authored
Merge pull request #1155 from artemcm/ReenableFailingAliasingTest
Re-enable 'testModuleAliasingPrebuiltWithScanDeps'.
2 parents 500e6f4 + 955df38 commit 73fa69e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,6 @@ final class ExplicitModuleBuildTests: XCTestCase {
603603

604604

605605
func testModuleAliasingPrebuiltWithScanDeps() throws {
606-
// rdar://88073675
607-
throw XCTSkip("Skipping, known failure (rdar://88073675).")
608606
try withTemporaryDirectory { path in
609607
let sdkArgumentsForTesting = (try? Driver.sdkArgumentsForTesting()) ?? []
610608
let (stdLibPath, shimsPath, _, _) = try getDriverArtifactsForScanning()
@@ -625,6 +623,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
625623
"Bar",
626624
"-emit-module",
627625
"-emit-module-path", moduleBarPath,
626+
"-module-cache-path", path.nativePathString(escaped: true),
628627
"-I", stdLibPath.nativePathString(escaped: true),
629628
"-I", shimsPath.nativePathString(escaped: true),
630629
] + sdkArgumentsForTesting,

0 commit comments

Comments
 (0)