[test] Adjusting test files where class syntax is used for protocol inheritance

This commit is contained in:
Luciano Almeida
2020-11-29 21:43:50 -03:00
parent e3373a9efd
commit c29fbb5528
9 changed files with 10 additions and 10 deletions

View File

@@ -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
}