Skip to content

Commit 8b41eae

Browse files
authored
Re-enable module aliasing functional test (#4272)
Resolves rdar://88722540
1 parent 973e3c5 commit 8b41eae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/FunctionalTests/ModuleAliasingTests.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ class ModuleAliasingTests: XCTestCase {
2525
try XCTSkipIf(true, "Module aliasing is only supported on swift 5.6+")
2626
#endif
2727

28-
try XCTSkipIf(true, "rdar://88722540")
29-
3028
try fixture(name: "Miscellaneous/ModuleAliasing/DirectDeps") { fixturePath in
3129
let app = fixturePath.appending(components: "AppPkg")
32-
XCTAssertBuilds(app)
30+
XCTAssertBuilds(app, extraArgs: ["--vv"])
3331
XCTAssertFileExists(fixturePath.appending(components: "AppPkg", ".build", UserToolchain.default.triple.platformBuildPathComponent(), "debug", "App"))
3432
XCTAssertFileExists(fixturePath.appending(components: "AppPkg", ".build", UserToolchain.default.triple.platformBuildPathComponent(), "release", "App"))
3533
XCTAssertFileExists(fixturePath.appending(components: "AppPkg", ".build", UserToolchain.default.triple.platformBuildPathComponent(), "debug", "GameUtils.swiftmodule"))

0 commit comments

Comments
 (0)