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