Skip to content

Commit

Permalink
added Float16 availability statement to FloatingPointHashingTests
Browse files Browse the repository at this point in the history
  • Loading branch information
crichez committed Feb 4, 2022
1 parent 2ec3c78 commit 3425741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/FowlerNollVoTests/FloatingPointHashingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class FloatingPointHashingTests: XCTestCase {
}

#if swift(>=5.4) && !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, *)
func testFloat16() {
let type = Float16.self
test(type: type, hasher: FNV32.self)
Expand Down

0 comments on commit 3425741

Please sign in to comment.