Skip to content

Commit

Permalink
Merge pull request apple#74 from ole/delete-alltests
Browse files Browse the repository at this point in the history
Delete RealTests.allTests
  • Loading branch information
stephentyrone authored Nov 12, 2019
2 parents 39f94b7 + d875fdb commit 4329602
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Tests/RealTests/RealTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,5 @@ final class ElementaryFunctionTests: XCTestCase {
Float80.elementaryFunctionTests()
Float80.realFunctionTests()
}

static var allTests = [
("testFloat", testFloat),
("testDouble", testDouble),
("testFloat80", testFloat80),
]
#else
static var allTests = [
("testFloat", testFloat),
("testDouble", testDouble),
]
#endif
}

#if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(ComplexTests.allTests),
]
}
#endif

0 comments on commit 4329602

Please sign in to comment.