Skip to content

Commit 68a74e3

Browse files
committed
Revert "Disable pure C package tests for staging."
This reverts commit aad9468.
1 parent 20badc5 commit 68a74e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/FunctionalTests/CFamilyTargetTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class CFamilyTargetTestCase: XCTestCase {
7575
}
7676

7777
func testObjectiveCPackageWithTestTarget(){
78-
#if DISABLED // rdar://problem/50057445
7978
#if os(macOS)
8079
fixture(name: "CFamilyTargets/ObjCmacOSPackage") { prefix in
8180
// Build the package.
@@ -85,6 +84,5 @@ class CFamilyTargetTestCase: XCTestCase {
8584
XCTAssertSwiftTest(prefix)
8685
}
8786
#endif
88-
#endif
8987
}
9088
}

Tests/FunctionalTests/MiscellaneousTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ class MiscellaneousTestCase: XCTestCase {
272272
}
273273

274274
func testPkgConfigCFamilyTargets() throws {
275-
#if DISABLED // rdar://problem/50057445
276275
fixture(name: "Miscellaneous/PkgConfig") { prefix in
277276
let systemModule = prefix.appending(component: "SystemModule")
278277
// Create a shared library.
@@ -304,7 +303,6 @@ class MiscellaneousTestCase: XCTestCase {
304303

305304
XCTAssertFileExists(moduleUser.appending(components: ".build", Destination.host.target.tripleString, "debug", "SystemModuleUserClang"))
306305
}
307-
#endif
308306
}
309307

310308
func testCanKillSubprocessOnSigInt() throws {

0 commit comments

Comments
 (0)