Skip to content

Commit 2c955cb

Browse files
committed
Gardening: Migrate test suite to GH issues: validation-test/Casting
1 parent 453fd22 commit 2c955cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/Casting/Inputs/BoxingCasts.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ all_boxes = [
117117
]
118118
protocol_boxes = [
119119
Box(name="PublicProtocol"),
120-
# Box(name="FilePrivateProtocol"), # Blocked by SR-2620 aka rdar://28281488
120+
# Box(name="FilePrivateProtocol"), # FIXME: Blocked by https://github.com/apple/swift/issues/45225 (rdar://28281488)
121121
Box(name="InternalProtocol"),
122122
]
123123

124124
# Describes a base object that will be subject to a variety of casts
125125
default_protocols = [
126126
"PublicProtocol",
127127
"InternalProtocol",
128-
# "FilePrivateProtocol" # Blocked by SR-2620 aka rdar://28281488
128+
# "FilePrivateProtocol" # FIXME: Blocked by https://github.com/apple/swift/issues/45225 (rdar://28281488)
129129
]
130130

131131
class Contents:

0 commit comments

Comments
 (0)