Skip to content

Commit b38fcb7

Browse files
committed
Correct tvOS availability for Float16 in _TestSupport.
1 parent 716e22f commit b38fcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_TestSupport/RealTestSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ where Exponent: FixedWidthInteger,
1616
RawSignificand: FixedWidthInteger { }
1717

1818
#if !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
19-
@available(macOS 11.0, iOS 14.0, watchOS 14.0, tvOS 7.0, *)
19+
@available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *)
2020
extension Float16: FixedWidthFloatingPoint { }
2121
#endif
2222

0 commit comments

Comments
 (0)