Skip to content

Commit

Permalink
Reverts XCTestManifests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
xzeror committed Apr 2, 2019
1 parent f828b3e commit 1fe6790
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Tests/NimbleTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -344,27 +344,6 @@ extension UserDescriptionTest {
]
}

#if swift(>=5)
extension BeSuccessTest {
static let __allTests = [
("testPositiveMatch", testPositiveMatch),
("testNegativeMatch", testNegativeMatch),
("testPositiveMatchWithValueTesting", testPositiveMatchWithValueTesting),
("testExpectationFailureMessage", testExpectationFailureMessage),
]
}

@available(swift 5)
extension BeFailureTest {
static let __allTests = [
("testPositiveMatch", testPositiveMatch),
("testNegativeMatch", testNegativeMatch),
("testPositiveMatchWithValueTesting", testPositiveMatchWithValueTesting),
("testExpectationFailureMessage", testExpectationFailureMessage),
]
}
#endif

#if !os(macOS)
public func __allTests() -> [XCTestCaseEntry] {
return [
Expand Down

0 comments on commit 1fe6790

Please sign in to comment.