Skip to content

Commit

Permalink
Merge pull request #2769 from apple/disable-testPackageManagerDefineA…
Browse files Browse the repository at this point in the history
…ndXArgs-sr12902

Disable testPackageManagerDefineAndXArgs
  • Loading branch information
shahmishal authored Jun 2, 2020
2 parents a3e6d24 + d216c8e commit d28609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FunctionalTests/MiscellaneousTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class MiscellaneousTestCase: XCTestCase {
}
}

func testPackageManagerDefineAndXArgs() {
func DISABLED_testPackageManagerDefineAndXArgs() {
fixture(name: "Miscellaneous/-DSWIFT_PACKAGE") { prefix in
XCTAssertBuildFails(prefix)
XCTAssertBuilds(prefix, Xcc: ["-DEXTRA_C_DEFINE=2"], Xswiftc: ["-DEXTRA_SWIFTC_DEFINE"])
Expand Down

0 comments on commit d28609d

Please sign in to comment.