Skip to content

Commit 29a112c

Browse files
authored
Merge pull request #71950 from DougGregor/fix-assoc-type-inference-tvos
Fix test for tvOS
2 parents abf23de + ec73cf3 commit 29a112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/assoc_type_inference_tvos.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension TheColor {
1919
// having iOS availability that predates the introduction of tvOS.
2020

2121
// CHECK: public init?(rawValue: Swift.String)
22-
// CHECK-NOT: @available(tvOS
22+
// CHECK-NOT: @available(tvOS)
2323
// CHECK: public typealias RawValue = Swift.String
2424
public enum StaticNamedColor: String {
2525
case black

0 commit comments

Comments
 (0)