Fix test for tvOS, heh

This commit is contained in:
Doug Gregor
2024-02-28 08:37:44 -08:00
parent ef7185a4a2
commit ec73cf379d

View File

@@ -19,7 +19,7 @@ extension TheColor {
// having iOS availability that predates the introduction of tvOS.
// CHECK: public init?(rawValue: Swift.String)
// CHECK-NOT: @available(tvOS
// CHECK-NOT: @available(tvOS)
// CHECK: public typealias RawValue = Swift.String
public enum StaticNamedColor: String {
case black