mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Gardening: Migrate test suite to GH issues: validation-test/Casting
This commit is contained in:
@@ -117,7 +117,7 @@ all_boxes = [
|
||||
]
|
||||
protocol_boxes = [
|
||||
Box(name="PublicProtocol"),
|
||||
# Box(name="FilePrivateProtocol"), # Blocked by SR-2620 aka rdar://28281488
|
||||
# Box(name="FilePrivateProtocol"), # FIXME: Blocked by https://github.com/apple/swift/issues/45225 (rdar://28281488)
|
||||
Box(name="InternalProtocol"),
|
||||
]
|
||||
|
||||
@@ -125,7 +125,7 @@ protocol_boxes = [
|
||||
default_protocols = [
|
||||
"PublicProtocol",
|
||||
"InternalProtocol",
|
||||
# "FilePrivateProtocol" # Blocked by SR-2620 aka rdar://28281488
|
||||
# "FilePrivateProtocol" # FIXME: Blocked by https://github.com/apple/swift/issues/45225 (rdar://28281488)
|
||||
]
|
||||
|
||||
class Contents:
|
||||
|
||||
Reference in New Issue
Block a user