mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ownership] Enable ownership lowering /after/ the diagnostic passes.
I also updated the last group of straggling tests.
This commit is contained in:
@@ -46,7 +46,7 @@ public var readOnlyVar: Int { get }
|
||||
public var readWriteVar: Int { get set }
|
||||
public func verySimpleFunction()
|
||||
|
||||
// CHECK: sil [serialized] [exact_self_class] [canonical] @$s13SerializedSIL9TestClassCACycfC : $@convention(method) (@thick TestClass.Type) -> @owned TestClass {
|
||||
// CHECK: sil [serialized] [exact_self_class] [canonical] [ossa] @$s13SerializedSIL9TestClassCACycfC : $@convention(method) (@thick TestClass.Type) -> @owned TestClass {
|
||||
|
||||
// NEGATIVE-NOT: {{sil .*@.+storedProp}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user