Skip to content

Commit b217d36

Browse files
committed
SILGen: Fix invalid test case
1 parent 48c9788 commit b217d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/protocol_extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ extension ObjCInitRequirement {
813813
// rdar://problem/21370992 - delegation from an initializer in a
814814
// protocol extension to an @objc initializer in a class.
815815
class ObjCInitClass {
816-
@objc init() { }
816+
@objc required init() { }
817817
}
818818

819819
protocol ProtoDelegatesToObjC { }

0 commit comments

Comments
 (0)