File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation-test/Casting/Inputs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ all_boxes = [
117
117
]
118
118
protocol_boxes = [
119
119
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)
121
121
Box(name="InternalProtocol"),
122
122
]
123
123
124
124
# Describes a base object that will be subject to a variety of casts
125
125
default_protocols = [
126
126
"PublicProtocol",
127
127
"InternalProtocol",
128
- # "FilePrivateProtocol" # Blocked by SR-2620 aka rdar://28281488
128
+ # "FilePrivateProtocol" # FIXME: Blocked by https://github.com/apple/swift/issues/45225 ( rdar://28281488)
129
129
]
130
130
131
131
class Contents:
You can’t perform that action at this time.
0 commit comments