We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39f94b7 + d875fdb commit 4329602Copy full SHA for 4329602
Tests/RealTests/RealTests.swift
@@ -105,24 +105,5 @@ final class ElementaryFunctionTests: XCTestCase {
105
Float80.elementaryFunctionTests()
106
Float80.realFunctionTests()
107
}
108
-
109
- static var allTests = [
110
- ("testFloat", testFloat),
111
- ("testDouble", testDouble),
112
- ("testFloat80", testFloat80),
113
- ]
114
- #else
115
116
117
118
119
#endif
120
121
122
-#if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
123
-public func allTests() -> [XCTestCaseEntry] {
124
- return [
125
- testCase(ComplexTests.allTests),
126
127
-}
128
-#endif
0 commit comments