Skip to content

Commit

Permalink
Also mark Complex<Float80> test unavailable where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentyrone committed Jul 27, 2020
1 parent 66ac021 commit 336740b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ComplexTests/ApproximateEqualityTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ final class ElementaryFunctionTests: XCTestCase {
testSpecials(Double.self)
}

#if (arch(i386) || arch(x86_64)) && !os(Windows) && !os(Android)
func testFloat80() {
testSpecials(Float80.self)
}
#endif
}

0 comments on commit 336740b

Please sign in to comment.