Skip to content

Commit b76fa8b

Browse files
authored
Merge pull request swiftlang#40135 from lorentey/fix-KVOKeyPath-backdeployment
[test] Adjust KVOKeyPaths test for back deployment
2 parents 7afb475 + 227213f commit b76fa8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/stdlib/KVOKeyPaths.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ testObjectForOptionalKeyPath.optionalObject = nil
215215
testObjectForOptionalKeyPath.optionalObject = "foo"
216216

217217
// 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"))

0 commit comments

Comments
 (0)