mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Adjusting test files where class syntax is used for protocol inheritance
This commit is contained in:
@@ -514,7 +514,7 @@ mirrors.test("struct/WrapNSArray") {
|
||||
// Check that Mirror correctly reflects weak/unowned refs to both
|
||||
// Swift and ObjC objects from Swift structs and classes.
|
||||
|
||||
protocol WeakUnownedTestsP1: class {
|
||||
protocol WeakUnownedTestsP1: AnyObject {
|
||||
func f1() -> Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user