mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix test for tvOS, heh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user