File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ let optionalKeyPathObserver = testObjectForOptionalKeyPath.observe(\.optionalObj
214
214
testObjectForOptionalKeyPath. optionalObject = nil
215
215
testObjectForOptionalKeyPath. optionalObject = " foo "
216
216
217
- // CHECK-LABEL: observe keyPath with optional value
218
- // CHECK-NEXT: oldValue = Optional(nil), newValue = Optional(nil)
219
- // CHECK-NEXT: oldValue = Optional(nil), newValue = Optional(nil)
220
- // CHECK-NEXT: oldValue = Optional(nil), newValue = Optional(Optional("foo"))
217
+ // CHECK-51- LABEL: observe keyPath with optional value
218
+ // CHECK-51- NEXT: oldValue = Optional(nil), newValue = Optional(nil)
219
+ // CHECK-51- NEXT: oldValue = Optional(nil), newValue = Optional(nil)
220
+ // CHECK-51- NEXT: oldValue = Optional(nil), newValue = Optional(Optional("foo"))
You can’t perform that action at this time.
0 commit comments